mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
14 lines
199 B
YAML
14 lines
199 B
YAML
|
name: 'Label Issues'
|
||
|
|
||
|
on:
|
||
|
issues:
|
||
|
types: [opened, labeled]
|
||
|
schedule:
|
||
|
- cron: '0 * * * *'
|
||
|
|
||
|
jobs:
|
||
|
action:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: tryghost/label-actions@main
|