Stem-Extractor / .github /workflows /auto-label-issue.yaml
samarth-ht's picture
api integrated
e11256b
raw
history blame contribute delete
439 Bytes
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