From 3c868ca85976d685e1d9b3cfa252505b21eeb13d Mon Sep 17 00:00:00 2001 From: KelvinTegelaar <49186168+KelvinTegelaar@users.noreply.github.com> Date: Mon, 14 Apr 2025 12:45:18 +0200 Subject: [PATCH] Update Label_Issues.yml Signed-off-by: KelvinTegelaar <49186168+KelvinTegelaar@users.noreply.github.com> --- .github/workflows/Label_Issues.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Label_Issues.yml b/.github/workflows/Label_Issues.yml index a0ec41e47894..38865a62fae8 100644 --- a/.github/workflows/Label_Issues.yml +++ b/.github/workflows/Label_Issues.yml @@ -14,7 +14,7 @@ jobs: - name: Label Issues uses: andymckay/labeler@5c59dabdfd4dd5bd9c6e6d255b01b9d764af4414 with: - add-labels: 'unconfirmed-by-user' + add-labels: 'not-assigned' repo-token: ${{ secrets.GITHUB_TOKEN }} label_issues_frs: if: github.repository_owner == 'KelvinTegelaar' && contains(github.event.issue.title, 'Feature') @@ -25,5 +25,5 @@ jobs: - name: Label Issues uses: andymckay/labeler@5c59dabdfd4dd5bd9c6e6d255b01b9d764af4414 with: - add-labels: 'enhancement, no-priority' + add-labels: 'enhancement, not-assigned' repo-token: ${{ secrets.GITHUB_TOKEN }}