Update notification workflow

This commit is contained in:
Alec Delaney 2023-01-27 13:56:35 -05:00
parent d9589daf46
commit ab0cbb5a04
1 changed files with 7 additions and 3 deletions

View File

@ -7,8 +7,12 @@ on:
jobs: jobs:
notify: notify:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
issues: write
steps: steps:
- uses: jenschelkopf/issue-label-notification-action@1.3 - uses: tekktrik/issue-labeled-ping@v1
with: with:
recipients: | github-token: ${{ secrets.GITHUB_TOKEN }}
ulab=@v923z user: v923z
label: ulab
message: Heads up {user} - the "{label}" label was applied to this issue.