Skip to content

Commit 3c868ca

Browse files
Update Label_Issues.yml
Signed-off-by: KelvinTegelaar <[email protected]>
1 parent 331e106 commit 3c868ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Label_Issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Label Issues
1515
uses: andymckay/labeler@5c59dabdfd4dd5bd9c6e6d255b01b9d764af4414
1616
with:
17-
add-labels: 'unconfirmed-by-user'
17+
add-labels: 'not-assigned'
1818
repo-token: ${{ secrets.GITHUB_TOKEN }}
1919
label_issues_frs:
2020
if: github.repository_owner == 'KelvinTegelaar' && contains(github.event.issue.title, 'Feature')
@@ -25,5 +25,5 @@ jobs:
2525
- name: Label Issues
2626
uses: andymckay/labeler@5c59dabdfd4dd5bd9c6e6d255b01b9d764af4414
2727
with:
28-
add-labels: 'enhancement, no-priority'
28+
add-labels: 'enhancement, not-assigned'
2929
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)