diff --git a/.github/labels.yml b/.github/labels.yml index d5d8a8a..ee4dbba 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -47,6 +47,6 @@ description: "[FOR TRIAGEOPS ONLY - DO NOT REMOVE] Issues made using the access request form" color: 8D7471 - name: "gh-issue-form: public-inbox" - description: "[FOR TRIAGEOPS ONLY - DO NOT REMOVE] Public inbox messages as GitHub issues, may autoconverted into discussion posts" + description: "[FOR TRIAGEOPS ONLY - DO NOT REMOVE] Public inbox-styled threads" ## TODO: Import labels from sourcehut todo and JetBrains YouTrack/Space Cloud counterparts. \ No newline at end of file diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 0fdd9dc..cbe6b4b 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -29,6 +29,7 @@ jobs: private-key: ${{ steps.dotenvx.outputs.GH_APP_KEY }} - name: Sync labels using config uses: crazy-max/ghaction-github-labeler@v5 + continue-on-error: true with: github-token: ${{ steps.app-token.outputs.token }} yaml-file: .github/labels.yml