Skip to content

[📦]: Blockus [FABRIC] #25

[📦]: Blockus [FABRIC]

[📦]: Blockus [FABRIC] #25

Workflow file for this run

name: Labeling new issue
on:
issues:
types: ['opened', 'edited']
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
.github/workflows/auto-label.json5
sparse-checkout-cone-mode: false
- uses: Renato66/[email protected]
with:
configuration-file: .github/workflows/auto-label.json5
repo-token: ${{ secrets.GITHUB_TOKEN }}
ignore-comments: false