Skip to content

Conversation

@tstellar
Copy link
Collaborator

There is a separate job that mentions teams based on the label added, and this job won't run if we use the default github token.

There is a separate job that mentions teams based on the label
added, and this job won't run if we use the default github token.
@llvmbot
Copy link
Member

llvmbot commented Dec 21, 2024

@llvm/pr-subscribers-github-workflow

Author: Tom Stellard (tstellar)

Changes

There is a separate job that mentions teams based on the label added, and this job won't run if we use the default github token.


Full diff: https://github.com/llvm/llvm-project/pull/120840.diff

1 Files Affected:

  • (modified) .github/workflows/new-issues.yml (+1-1)
diff --git a/.github/workflows/new-issues.yml b/.github/workflows/new-issues.yml
index ed15fdb9fba6ef..3cac57e268513a 100644
--- a/.github/workflows/new-issues.yml
+++ b/.github/workflows/new-issues.yml
@@ -15,7 +15,7 @@ jobs:
     steps:
       - uses: llvm/actions/issue-labeler@main
         with:
-          repo-token: ${{ secrets.GITHUB_TOKEN }}
+          repo-token: ${{ secrets.ISSUE_SUBSCRIBER_TOKEN }}
           configuration-path: .github/new-issues-labeler.yml
           include-title: 1
           include-body: 0

Copy link
Contributor

@boomanaiden154 boomanaiden154 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@tstellar tstellar merged commit 06cf4f9 into llvm:main Jan 3, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants