Files
scribe/.github/workflows/auto-label-issue.yaml
T
2024-08-30 08:43:12 +00:00

18 lines
443 B
YAML

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