Skip to content

Commit 4056602

Browse files
authored
Merge pull request #7493 from tekktrik/dev/update-label-ping
Update notification workflow
2 parents d9589da + ab0cbb5 commit 4056602

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/notify.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ on:
77
jobs:
88
notify:
99
runs-on: ubuntu-latest
10+
permissions:
11+
issues: write
1012
steps:
11-
- uses: jenschelkopf/issue-[email protected]
13+
- uses: tekktrik/issue-labeled-ping@v1
1214
with:
13-
recipients: |
14-
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

Comments
 (0)