balance demons: longer cd on jaunts and new ability to sloth demon instead of torment #193
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: "Labeling: PostMeta" | |
| on: | |
| issues: | |
| types: [opened, edited, milestoned] | |
| pull_request_target: | |
| types: [synchronize, opened, reopened, ready_for_review] | |
| jobs: | |
| labeling_tool: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| steps: | |
| - name: Global labeler | |
| id: glob_labeler | |
| uses: jimschubert/labeler-action@v2 | |
| with: | |
| GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | |
| - name: PR labeling tool | |
| id: pr_labeler | |
| uses: actions/labeler@v5 |