-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
tagbot-manualTagBot needs manual interventionTagBot needs manual intervention
Description
TagBot could not automatically create releases for the following versions because the commits modify workflow files (.github/workflows/). GitHub restricts GITHUB_TOKEN from operating on such commits.
Versions needing manual release
-
v1.6.0at commit75822953- Error: Resource not accessible by integration: 403 {"message": "Resource not accessible by integration", "documentation_url": "https://docs.github.com/rest/releases/releases#create-a-release", "status": "403"}
How to fix
Run these commands locally for each version:
git tag -a v1.6.0 7582295370acd3bb7466c805860a677df9ac0ba5 -m 'v1.6.0' && git push origin v1.6.0 && gh release create v1.6.0 --generate-notesOr create releases manually via the GitHub UI.
Prevent this in the future
Avoid modifying workflow files in the same commit as version bumps, or use a Personal Access Token with workflow scope.
See TagBot troubleshooting for details.
This issue was automatically created by TagBot. (Run logs)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
tagbot-manualTagBot needs manual interventionTagBot needs manual intervention