Skip to content

Commit

Permalink
[Github] Move the issue labeler data out of workflows
Browse files Browse the repository at this point in the history
To avoid it being considered a workflow script.
  • Loading branch information
cor3ntin authored and Andrés Villegas committed Sep 11, 2023
1 parent 94b3ca9 commit 0e444d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/new-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e444d0

Please sign in to comment.