bump-sh / bump-sh/github-action
Provide validation / warning deployment logs to the user for temporary deploys (diffs)
- Dominant language
- TypeScript
- Stars
- 47
- Forks
- 11
- Avg merge
- 3h 2m
- Merged PRs (30d)
- 2
Description
When a user uses the `diff` feature of the GH action, if may happen that we add warning deployment logs (due to an incorrect input API document, or something we've detected during diff computation). Some logs are not visible to the user because the deployed versions are `temporary` (and not visible in their Bump.sh workspace).
A potential solution could be to display warning deployment logs in the Github Action comment published on PRs.
Feel free to suggest other solutions in this issue if you have other ideas (it could be stronger validation before the deployment, see https://github.com/bump-sh/cli/issues/5, which could be in a separate workflow step in the CI)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.