Skip to content

Add explicit permissions to issuelabeler workflow#1233

Draft
cartertinney with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-code-scanning-alerts-6
Draft

Add explicit permissions to issuelabeler workflow#1233
cartertinney with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-code-scanning-alerts-6

Conversation

Copilot AI commented Jul 22, 2026

Copy link
Copy Markdown

The issuelabeler.yml workflow had no permissions block, leaving GITHUB_TOKEN with repository/org-level defaults — broader write access than the workflow requires.

Changes

  • .github/workflows/issuelabeler.yml: Added top-level permissions block scoped to issues: write only, satisfying least-privilege for the issue-labeling action.
permissions:
  issues: write

Copilot AI changed the title [WIP] Fix code scanning alert #6 Add explicit permissions to issuelabeler workflow Jul 22, 2026
Copilot AI requested a review from cartertinney July 22, 2026 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants