Migrate external media inlining to the class-based jobs service #65550
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 'Label Issues & PRs' | |
| on: | |
| workflow_dispatch: | |
| issues: | |
| types: [opened, closed, labeled] | |
| pull_request_target: | |
| types: [opened, closed, labeled] | |
| schedule: | |
| - cron: '0 * * * *' | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| action: | |
| runs-on: ubuntu-slim | |
| if: github.repository_owner == 'TryGhost' | |
| steps: | |
| - uses: tryghost/actions/actions/label-actions@12da0671df2e249a65c467340262e6c4251d9565 # main |