Skip to content

Commit

Permalink
Adds issue labeler action (#565)
Browse files Browse the repository at this point in the history
* Removes quotes from label key

Fingers crossed

* Adds workflow file, reverts back to quoted label key. Guesses at the correct repo secret

* Attempts to use ASSIGN_PROJECT_TOKEN

* Debugging

* Merge party

* Trying GITHUB_TOKEN

* Reverts back to the proper label
  • Loading branch information
danielskovli authored Apr 5, 2024
1 parent 4bb0038 commit 75a0228
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Temporarily adds a label without special characters for debug
bugfix:
# Add 'triage' label to all new issues
'status/triage':
- '/.*/'
2 changes: 1 addition & 1 deletion .github/workflows/issue-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
with:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
repo-token: ${{ secrets.ASSIGN_PROJECT_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 75a0228

Please sign in to comment.