added workflow to autolabel for issues

This commit is contained in:
Schmieder, Jacob
2024-08-30 08:43:12 +00:00
parent 4aed5c0ecf
commit 3311e89877
2 changed files with 39 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
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