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.
2 parents d9589da + ab0cbb5 commit 4056602Copy full SHA for 4056602
.github/workflows/notify.yml
@@ -7,8 +7,12 @@ on:
7
jobs:
8
notify:
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ issues: write
12
steps:
- - uses: jenschelkopf/issue-[email protected]
13
+ - uses: tekktrik/issue-labeled-ping@v1
14
with:
- recipients: |
- ulab=@v923z
15
+ github-token: ${{ secrets.GITHUB_TOKEN }}
16
+ user: v923z
17
+ label: ulab
18
+ message: Heads up {user} - the "{label}" label was applied to this issue.
0 commit comments