Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 24, 2025

Adds explicit permissions declaration to the guidance-comment job in the PR quality workflow to follow the principle of least privilege.

Changes

  • Added permissions: pull-requests: write to guidance-comment job in .github/workflows/pr-quality.yml
  • Restricts the job to only the permission it requires rather than inheriting broader default workflow permissions
guidance-comment:
  if: github.event.action == 'opened'
  runs-on: ubuntu-latest
  permissions:
    pull-requests: write
  steps:
    - name: Post QA Guidance Comment
      uses: peter-evans/create-or-update-comment@v3
      ...

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: PaulAndersonS <42271912+PaulAndersonS@users.noreply.github.com>
Copilot AI changed the title [WIP] WIP: Address feedback on Copilot instructions for Syncfusion .NET MAUI Toolkit Add explicit permissions to guidance-comment workflow job Nov 24, 2025
Copilot AI requested a review from PaulAndersonS November 24, 2025 11:42
Copilot finished work on behalf of PaulAndersonS November 24, 2025 11:42
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