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 b042364 commit 93ce2adCopy full SHA for 93ce2ad
.github/workflows/labels.yml
@@ -13,15 +13,15 @@ jobs:
13
env:
14
JSON: ${{ toJson(github.event) }}
15
add-label:
16
- if: ${{ github.event.user.login != 'tillahoffmann' }}
+ if: ${{ github.event.comment.user.login != 'tillahoffmann' }}
17
runs-on: ubuntu-latest
18
steps:
19
- name: Add label
20
uses: actions-ecosystem/action-add-labels@v1
21
with:
22
labels: requires-attention
23
remove-label:
24
- if: ${{ github.event.user.login == 'tillahoffmann' }}
+ if: ${{ github.event.comment.user.login == 'tillahoffmann' }}
25
26
27
- name: Remove label
0 commit comments