We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2be69 commit 74ff6bdCopy full SHA for 74ff6bd
1 file changed
.github/workflows/labels.yml
@@ -13,7 +13,7 @@ jobs:
13
env:
14
JSON: ${{ toJson(github.event) }}
15
add-label:
16
- if: ${{ github.event.user.login != 'tillahoffmann' }}
+ if: ${{ github.event.issue.user.login != 'tillahoffmann' }}
17
runs-on: ubuntu-latest
18
permissions:
19
issues: write
@@ -23,7 +23,7 @@ jobs:
23
with:
24
labels: requires-attention
25
remove-label:
26
- if: ${{ github.event.user.login == 'tillahoffmann' }}
+ if: ${{ github.event.issue.user.login == 'tillahoffmann' }}
27
28
29
0 commit comments