| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
The github-release-commenter action requires `issues: write` permission to comment on issues that are referenced by PRs (e.g., "Fixes #1754"). Without this permission, the action fails with "Resource not accessible by integration". Also adds `contents: read` to ensure the action can read release/commit information.
|
Superseded by #1758 which removes the workflow entirely. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes the failing Comment on Released PRs workflow by adding missing GitHub token permissions.
Motivation and Context
The workflow at https://github.com/modelcontextprotocol/python-sdk/actions/runs/20068484009 failed with:
This happened because the github-release-commenter action tried to comment on issue #1754 (referenced via "Fixes #1754" in PR #1755), but the workflow only had pull-requests: write permission.
How Has This Been Tested?
This is a workflow permissions fix. The next release will verify the fix works correctly.
Breaking Changes
None.
Types of changes
Checklist
Additional context
Added permissions:
AI Disclaimer