Skip to content

Label Issues

Label Issues #13966

Workflow file for this run

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