mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +02:00
Add notification for when PRs are labeled, too
This commit is contained in:
parent
8b93216732
commit
f76e3619de
1 changed files with 2 additions and 0 deletions
2
.github/workflows/issue-label-notifier.yaml
vendored
2
.github/workflows/issue-label-notifier.yaml
vendored
|
@ -3,6 +3,8 @@ name: Notify users based on issue labels
|
||||||
on:
|
on:
|
||||||
issues:
|
issues:
|
||||||
types: [labeled]
|
types: [labeled]
|
||||||
|
pull_request:
|
||||||
|
types: [labeled]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
notify:
|
notify:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue