Closed
Description
Bug Report Checklist
- I have tried restarting my IDE and the issue persists.
- I have pulled the latest
main
branch of the repository. - I have searched for related issues and found none that matched my issue.
Expected
This repo uses https://github.com/mtfoley/pr-compliance-action to fail PR builds on issues such as PR titles not matching conventional commits. It should post a message to the PR if there are any failures.
Actual
I keep misconfiguring the action so that it doesn't have permissions to post. Example:
#456 -> https://github.com/JoshuaKGoldberg/template-typescript-node-package/actions/runs/5032810384/jobs/9026669253?pr=456
Error: This PR's title should conform to specification at https://conventionalcommits.org/
Error: Resource not accessible by integration
Additional Info
Sigh this again...
At first I thought I'd probably broken this in #441. But that PR didn't change permissions that I can see...?