Add notification for when PRs are labeled, too

This commit is contained in:
katypies 2024-06-20 15:53:57 -06:00
parent 8b93216732
commit f76e3619de
No known key found for this signature in database
GPG key ID: 21E3D08F6058986E

View file

@ -3,6 +3,8 @@ name: Notify users based on issue labels
on:
issues:
types: [labeled]
pull_request:
types: [labeled]
jobs:
notify: