We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b890e8 commit f3f96d3Copy full SHA for f3f96d3
.github/workflows/remove_labels.yml
@@ -6,9 +6,8 @@ on:
6
types: [created, edited]
7
jobs:
8
remove-labels:
9
- if: ${{ github.actor != 'bajanam' && github.actor != 'patrickfreed'
10
- && github.actor != 'abr-egn' && github.actor != 'isabelatkinson'
11
- && github.actor !='kmahar'}}
+ if: ${{ github.actor != 'Tom Selander' && github.actor != 'patrickfreed'
+ && github.actor != 'abr-egn' && github.actor != 'isabelatkinson'}}
12
runs-on: ubuntu-latest
13
steps:
14
- name: initial labeling
0 commit comments