We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331e106 commit 3c868caCopy full SHA for 3c868ca
.github/workflows/Label_Issues.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Label Issues
15
uses: andymckay/labeler@5c59dabdfd4dd5bd9c6e6d255b01b9d764af4414
16
with:
17
- add-labels: 'unconfirmed-by-user'
+ add-labels: 'not-assigned'
18
repo-token: ${{ secrets.GITHUB_TOKEN }}
19
label_issues_frs:
20
if: github.repository_owner == 'KelvinTegelaar' && contains(github.event.issue.title, 'Feature')
@@ -25,5 +25,5 @@ jobs:
25
26
27
28
- add-labels: 'enhancement, no-priority'
+ add-labels: 'enhancement, not-assigned'
29
0 commit comments