We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c80394 commit af30b76Copy full SHA for af30b76
.github/workflows/remove_labels.yml
@@ -6,7 +6,7 @@ on:
6
types: [created, edited]
7
jobs:
8
remove-labels:
9
- if: ${{ github.actor != 'Tom Selander' && github.actor != 'patrickfreed'
+ if: ${{ github.actor != 'Tom Selander'
10
&& github.actor != 'abr-egn' && github.actor != 'isabelatkinson'}}
11
runs-on: ubuntu-latest
12
steps:
0 commit comments