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 63d37af commit aa55e1fCopy full SHA for aa55e1f
.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