Mod 'Create: Copycats+' (copycats) 1.20.1-1.2.5 requires version 0.5.1-d-build.1193 or later of create, which is missing! #548
This file contains 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 Actions" | |
on: | |
issues: | |
types: [labeled, unlabeled] | |
pull_request_target: | |
types: [labeled, unlabeled] | |
permissions: | |
contents: read | |
issues: write | |
pull-requests: write | |
discussions: write | |
jobs: | |
action: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/label-actions@102faf474a544be75fbaf4df54e73d3c515a0e65 # Depend on an exact commit | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
config-path: '.github/config/label-actions.yml' |