added workflow to autolabel for issues
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user