mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Added pull_request
event type to label actions workflow triggers
refs https://github.com/TryGhost/Toolbox/issues/381 - we want to start collecting events from pull requests so we can label and reply upon certain events - this adds the `closed` and `labeled` events to the workflow triggers
This commit is contained in:
parent
167f2d577a
commit
064e91fb2d
2
.github/workflows/label-actions.yml
vendored
2
.github/workflows/label-actions.yml
vendored
@ -4,6 +4,8 @@ on:
|
||||
workflow_dispatch:
|
||||
issues:
|
||||
types: [opened, closed, labeled]
|
||||
pull_request:
|
||||
types: [closed, labeled]
|
||||
schedule:
|
||||
- cron: '0 * * * *'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user