diff --git a/.github/labeler.yml b/.github/labeler.yml index 007863c65..74567e678 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,3 +1,3 @@ -# Temporarily adds a label without special characters for debug -bugfix: +# Add 'triage' label to all new issues +'status/triage': - '/.*/' \ No newline at end of file diff --git a/.github/workflows/issue-labeler.yml b/.github/workflows/issue-labeler.yml index 9c683e24c..593697499 100644 --- a/.github/workflows/issue-labeler.yml +++ b/.github/workflows/issue-labeler.yml @@ -15,4 +15,4 @@ jobs: with: configuration-path: .github/labeler.yml enable-versioned-regex: 0 - repo-token: ${{ secrets.ASSIGN_PROJECT_TOKEN }} \ No newline at end of file + repo-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file