-
Couldn't load subscription status.
- Fork 285
feat: allow force push option on git-push promotion step #5239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for docs-kargo-io ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
60b4e0d to
ff5eee3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting
Signed-off-by: Arya Soni <aryasoni98@gmail.com>
Signed-off-by: Arya Soni <aryasoni98@gmail.com>
283542a to
dc8a307
Compare
docs/docs/50-user-guide/60-reference-docs/30-promotion-steps/git-push.md
Outdated
Show resolved
Hide resolved
docs/docs/50-user-guide/60-reference-docs/30-promotion-steps/git-push.md
Show resolved
Hide resolved
|
Thanks @aryasoni98. I made some suggestions about improving docs and tests, but overall this looks pretty good. |
Signed-off-by: Arya Soni <aryasoni98@gmail.com>
d32594f to
b9f2f04
Compare
docs/docs/50-user-guide/60-reference-docs/30-promotion-steps/git-push.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Arya Soni <aryasoni98@gmail.com>
e9e8f46 to
2747228
Compare
Summary
Successfully implemented the
forceoption for thegit-pushpromotion step, allowing users to force push to any target branch. This resolves GitHub issue #5170.Key Changes
force: booleanconfiguration option (default:false)Usage
Benefits