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

14 lines
207 B
YAML
Raw Normal View History

name: 'Label Issues'
on:
issues:
types: [opened, closed, labeled]
schedule:
- cron: '0 * * * *'
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: tryghost/label-actions@main