mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 14:31:56 +00:00
Add label notifier workflow? (#14683)
Added the SHA and taking Tomás's addition of himself in the yml as implicit approval, so merging in! Co-authored-by: Tomás Senart <tomas@sourcegraph.com> Co-authored-by: Loïc Guychard <loic@sourcegraph.com> Co-authored-by: Nick Snyder <nick@sourcegraph.com>
This commit is contained in:
parent
55bcd84a4b
commit
afaca5a643
16
.github/workflows/label-notify.yml
vendored
Normal file
16
.github/workflows/label-notify.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: "Notify users based on issue labels"
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [labeled]
|
||||
|
||||
jobs:
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: jenschelkopf/issue-label-notification-action@f7d2363e5efa18b8aeea671ca8093e183ae8f218 # 1.3
|
||||
with:
|
||||
recipients: |
|
||||
team/web=@joelkw
|
||||
team/cloud=@tsenart
|
||||
team/search=@lguychard
|
||||
Loading…
Reference in New Issue
Block a user