0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Added issue closed event to triggers for label action

refs 2a19e6151c

- we want to ensure that the `needs triage` label is removed when an
  issue is closed
- the event was handled in the labelling Action but it needs the event
  adding here to trigger execution
This commit is contained in:
Daniel Lockyer 2021-11-18 11:05:49 +01:00
parent bc457e206f
commit b1ee741ddb
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -2,7 +2,7 @@ name: 'Label Issues'
on:
issues:
types: [opened, labeled]
types: [opened, closed, labeled]
schedule:
- cron: '0 * * * *'