[Github] Move the issue labeler data out of workflows

To avoid it being considered a workflow script.
This commit is contained in:
Corentin Jabot 2023-09-05 15:02:23 +02:00
parent 1456dd1a65
commit 836f2470fb
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- uses: github/issue-labeler@v3.2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/workflows/new-issues-labeler.yml
configuration-path: .github/new-issues-labeler.yml
include-title: 1
include-body: 0
sync-labels: 0