feat(chore): add troubleshooting guide#64
Merged
Conversation
emmalu
reviewed
May 28, 2026
Comment on lines
+36
to
+49
| If the release-please action fails, it never removes the `autorelease: pending` label. This causes release-please to ignore any workflow changes and continuously retries the failed release. | ||
|
|
||
| #### Examples | ||
|
|
||
| - You update `release-as` in your workflow to a new version, but release-please keeps trying to create the old version | ||
| - Release-please workflow runs but ignores your configuration changes | ||
| - You see the error message `Resource not accessible by integration` or permission errors in the workflow logs | ||
|
|
||
| #### Solution | ||
|
|
||
| - Find the Release PR that failed with the `autorelease: pending` label | ||
| - Manually remove the `autorelease: pending` label from the PR | ||
| - Re-run the release-please workflow | ||
| - This clears release-please's "memory" of the failed release and allows it to read your updated configuration No newline at end of file |
Contributor
There was a problem hiding this comment.
Oh, this is helpful to learn! 🙌🏽
emmalu
reviewed
May 28, 2026
emmalu
reviewed
May 28, 2026
emmalu
reviewed
May 28, 2026
emmalu
approved these changes
Jun 1, 2026
Comment on lines
+3
to
+5
| This guide applies to any CSDA repository that uses the release-please action. Each repo must include a `.github/workflows/release-please.yml` workflow and grant the CSDA release app repository access. Use this guide when a release fails, versions become stale, workflows report permission errors or release-please ignores configuration changes. | ||
|
|
||
| For guidance on the overall release and deployment process, see the CSDA project wiki: [Code Releases (Deployments)](https://github.com/NASA-IMPACT/csda-project/wiki/Code-Releases-(Deployments)). |
Contributor
There was a problem hiding this comment.
Thanks for adding this context! 🙌🏽
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a troubleshooting guide based on recent issues encountered in the csda-data-monitoring repo.