TagBot: Manual intervention needed for releases
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 327
- Forks
- 42
- Avg merge
- 14h 13m
- Merged PRs (30d)
- 34
Description
TagBot could not automatically create releases for the following versions. This may be because:
- The commits modify workflow files (
.github/workflows/), whichGITHUB_TOKENcannot operate on - The tag already exists but the release failed to be created
- A network or API error occurred
Versions needing manual release
-
v3.8.0at commita29a8d26- Error: Git command 'git -C /tmp/tagbot_repo_0znqjdtq push origin v3.8.0' failed: To https://github.com/SciML/DiffEqGPU.jl
! [remote rejected] v3.8.0 -> v3.8.0 (refusing to allow a GitHub App to create or update workflow.github/workflows/CI.ymlwithoutworkflowspermission)
error: failed to push some refs to 'https://github.com/SciML/DiffEqGPU.jl' (provide workflow scope or avoid workflow changes)
- Error: Git command 'git -C /tmp/tagbot_repo_0znqjdtq push origin v3.8.0' failed: To https://github.com/SciML/DiffEqGPU.jl
How to fix
Run these commands locally:
git tag -a v3.8.0 a29a8d26d149b38ab8caad2b594cf31a10529959 -m 'v3.8.0' && git push origin v3.8.0 && gh release create v3.8.0 --generate-notes
Or create releases manually via the GitHub UI.
Prevent this in the future
If this is due to workflow file changes, avoid modifying them 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)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked TagBot run logs and the TagBot troubleshooting guide, then check whether tag v3.8.0 and its GitHub release exist for commit a29a8d26. Done means the v3.8.0 release is available with generated notes or has been created through the GitHub UI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, github-actions
- Domain
- ci-cd, release
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100