Skip to content

[🐞]: Last Testing #2

[🐞]: Last Testing

[🐞]: Last Testing #2

Workflow file for this run

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