Skip to content

Commit

Permalink
Label External Issues: Update secret, add discussions (#897)
Browse files Browse the repository at this point in the history
This PR updates the secret in the external issue labeler GHA to use one with permissions to see who is a member of `nv-morpheus`.

It also auto-labels new external discussions with the `Needs Triage` label as well.

Authors:
  - Ben Jarmak (https://github.com/jarmak-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #897
  • Loading branch information
jarmak-nv authored Apr 20, 2023
1 parent f93e364 commit ef303cd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/label-external-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ on:
types:
- opened

discussion:
types:
- created

env:
GITHUB_TOKEN: ${{ github.token }}
# Label ID from an external graphQL query, represents '? - Needs Triage'
GITHUB_TOKEN: ${{ secrets.PROJECT_MANAGEMENT_PAT }}
# Label ID from an external graphQL query, represents 'Needs Triage'
LABEL_ID: LA_kwDOFrb0NM7yzEQv

permissions:
Expand Down

0 comments on commit ef303cd

Please sign in to comment.