Skip to content

Commit

Permalink
workflow/issues: Add missing labeler- prefix to filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad authored Mar 5, 2021
1 parent 85e3f2c commit 0c820b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
uses: github/issue-labeler@v2.2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/issue-needs-triage.yml
configuration-path: .github/labeler-issue-needs-triage.yml
enable-versioned-regex: 0
- name: Apply Issue Triage Labels
uses: github/issue-labeler@v2.2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/issue-triage.yml
configuration-path: .github/labeler-issue-triage.yml
enable-versioned-regex: 0

0 comments on commit 0c820b1

Please sign in to comment.