-
Notifications
You must be signed in to change notification settings - Fork 47
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
feat: allow force pushes #555
Merged
Merged
Conversation
This file contains 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
fjogeleit
reviewed
Dec 13, 2023
Thanks for your contribution |
fjogeleit
added a commit
that referenced
this pull request
Jan 31, 2024
* dependency updates Signed-off-by: Frank Jogeleit <[email protected]> * feat: allow force pushes (#555) * feat: allow force option * chore: add input to actions.yaml * docs: add parameter * fix: use getBooleanInput * Handle PR exists as info instead failing Signed-off-by: Frank Jogeleit <[email protected]> * Upgrade to Node20 Signed-off-by: Frank Jogeleit <[email protected]> * Update Tooling (#560) * Update tooling Signed-off-by: Frank Jogeleit <[email protected]> --------- Signed-off-by: Frank Jogeleit <[email protected]> Signed-off-by: Frank Jogeleit <[email protected]> Co-authored-by: Lawrence Aiello <[email protected]>
fjogeleit
added a commit
that referenced
this pull request
Mar 7, 2024
* dependency updates Signed-off-by: Frank Jogeleit <[email protected]> * feat: allow force pushes (#555) * feat: allow force option * chore: add input to actions.yaml * docs: add parameter * fix: use getBooleanInput * Handle PR exists as info instead failing Signed-off-by: Frank Jogeleit <[email protected]> * Upgrade to Node20 Signed-off-by: Frank Jogeleit <[email protected]> * Update Tooling (#560) * Update tooling Signed-off-by: Frank Jogeleit <[email protected]> --------- Signed-off-by: Frank Jogeleit <[email protected]> Signed-off-by: Frank Jogeleit <[email protected]> Co-authored-by: Lawrence Aiello <[email protected]>
svardhin-hv
pushed a commit
to sede-open/yaml-update-action
that referenced
this pull request
Jul 26, 2024
* feat: allow force option * chore: add input to actions.yaml * docs: add parameter * fix: use getBooleanInput
svardhin-hv
added a commit
to sede-open/yaml-update-action
that referenced
this pull request
Jul 29, 2024
* support quotingType config Signed-off-by: Frank Jogeleit <[email protected]> * update dist Signed-off-by: Frank Jogeleit <[email protected]> * dependency updates Signed-off-by: Frank Jogeleit <[email protected]> * feat: allow force pushes (fjogeleit#555) * feat: allow force option * chore: add input to actions.yaml * docs: add parameter * fix: use getBooleanInput * Handle PR exists as info instead failing Signed-off-by: Frank Jogeleit <[email protected]> * Upgrade to Node20 Signed-off-by: Frank Jogeleit <[email protected]> * Update Tooling (fjogeleit#560) * Update tooling Signed-off-by: Frank Jogeleit <[email protected]> * feat: allow multifile yaml (fjogeleit#570) * feat: allow multifile yaml * test: don't require leading $ * chore: run prettier * fix: package * fix: output multifile if input was multifile * fix: run `npm run package` * chore: run prettier * chore: run npm package * doc: add example in README.md * fix: apply linter suggestion * Update README.md (fjogeleit#580) * fix CI pipeline errors --------- Signed-off-by: Frank Jogeleit <[email protected]> Signed-off-by: Frank Jogeleit <[email protected]> Co-authored-by: Frank Jogeleit <[email protected]> Co-authored-by: Lawrence Aiello <[email protected]> Co-authored-by: Frank Jogeleit <[email protected]> Co-authored-by: holzgeist <[email protected]> Co-authored-by: Fabio Kapsahili <[email protected]>
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.
Changelog