forked from debezium/debezium-server
-
Notifications
You must be signed in to change notification settings - Fork 0
chore: add fork-update workflow #3
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
Merged
Merged
Conversation
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
e8ee829 to
6f660dc
Compare
jppakalapati
requested changes
May 12, 2025
.github/workflows/fork-update.yml
Outdated
Comment on lines
14
to
17
| uses: actions/checkout@v2 | ||
| with: | ||
| ref: main | ||
| token: ${{ secrets.GITHUB_TOKEN }} |
Member
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.
Can we use the latest @v4 release? just to keep everything upto date.
Member
Author
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.
updated, thanks!
jppakalapati
approved these changes
May 15, 2025
szjakabgetbridge
added a commit
that referenced
this pull request
Jun 4, 2025
* chore: add fork-update workflow * debug: add debug step for tag retrieval * debug: use grep for pattern matching * debug: change git tag command * chore: check sync action * change target_sync_branch for testing * change checkout to PLT-831-1 * remove testing mode * change from true to false * Change token * add token to checkout * remove faulty line * Add permission to write * change to api call * add gh refresh * try different action for sync * Fix yaml * Change upstream branch to a valid value * chore: finalize branch * chore: update checkout step version
szjakabgetbridge
added a commit
that referenced
this pull request
Jun 4, 2025
* chore: add fork-update workflow (#3) * chore: add fork-update workflow * debug: add debug step for tag retrieval * debug: use grep for pattern matching * debug: change git tag command * chore: check sync action * change target_sync_branch for testing * change checkout to PLT-831-1 * remove testing mode * change from true to false * Change token * add token to checkout * remove faulty line * Add permission to write * change to api call * add gh refresh * try different action for sync * Fix yaml * Change upstream branch to a valid value * chore: finalize branch * chore: update checkout step version * chore: add dockerfile and build * change ref repo * Add path * skip tests in mvnw install * Add profile for pulsar and postgres * Update building commands * Skip IT on debezium-server * Remove formatcheck * Add build arg for tar.gz version * Add id to server build * remove debugging steps * clean up branch * Fix: update pr comments * Update build trigger for testing * Rebase to main
szjakabgetbridge
added a commit
that referenced
this pull request
Jun 26, 2025
* chore: add fork-update workflow * debug: add debug step for tag retrieval * debug: use grep for pattern matching * debug: change git tag command * chore: check sync action * change target_sync_branch for testing * change checkout to PLT-831-1 * remove testing mode * change from true to false * Change token * add token to checkout * remove faulty line * Add permission to write * change to api call * add gh refresh * try different action for sync * Fix yaml * Change upstream branch to a valid value * chore: finalize branch * chore: update checkout step version
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.
This PR contains the fork update automation.
A readme provided for the update mechanism.
Test branch: https://github.com/get-bridge/debezium-server/tree/PLT-831-1