2021-11-12 13:57:27 +03:00
|
|
|
name: 'Label Issues'
|
|
|
|
|
|
|
|
on:
|
|
|
|
issues:
|
2021-11-18 13:05:49 +03:00
|
|
|
types: [opened, closed, labeled]
|
2021-11-12 13:57:27 +03:00
|
|
|
schedule:
|
|
|
|
- cron: '0 * * * *'
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
action:
|
|
|
|
runs-on: ubuntu-latest
|
2022-06-02 00:54:26 +03:00
|
|
|
if: github.repository_owner == 'TryGhost'
|
2021-11-12 13:57:27 +03:00
|
|
|
steps:
|
|
|
|
- uses: tryghost/label-actions@main
|