summaryrefslogtreecommitdiffstats
path: root/.github/workflows/add-issue-labels.yml
Commit message (Collapse)AuthorAge
* Update the access tokens used for auto labeling CI (#6811)sricker-nvidia2025-04-14
| | | | | | | The auto labeling CI has been failing as a result of the SLANGBOT_PAT token not having all of the necessary permissions. Change updates the tokens used for requests to use new tokens that were created with the specific permissions needed for the operations in this CI workflow.
* Add a workflow for auto labeling issues (#6776)sricker-nvidia2025-04-10
Change introduces a workflow that will automatically run on new issues and add a "Dev Opened" label if opened by select dev members. This workflow can be used to add additional labels in the future.