Allowed label actions workflow to be run manually

- we might want to manually trigger the workflow outside of the
  schedule/event-driven flow
This commit is contained in:
Daniel Lockyer 2022-08-17 09:26:56 +02:00
parent f348fc3223
commit e77fedf9b2
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD

View File

@ -1,6 +1,7 @@
name: 'Label Issues'
on:
workflow_dispatch:
issues:
types: [opened, closed, labeled]
schedule: