Files
scribe/.github/workflows/auto-label-issue.yaml
Schmieder, Jacob d8a22f15fe fixed Syntax
2024-09-02 12:04:54 +00:00

18 lines
439 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