Skip to content
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

Backport merged commit SHA instead of individual commits #313

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

rosstimothy
Copy link
Contributor

Attempts to simplify backport operations by cherry-picking the merged commit of a PR on the base branch instead of cherry-picking each individual commit from the PR.

Attempts to simplify backport operations by cherry-picking the
merged commit of a PR on the base branch instead of cherry-picking
each individual commit from the PR.
@rosstimothy rosstimothy force-pushed the tross/backport-bot-updates branch from 4d35219 to c18f958 Compare February 3, 2025 19:32
@rosstimothy
Copy link
Contributor Author

./bot -workflow=backport -token=foo -reviewers=bar -org=gravitational -pr=51521 -repo=teleport -local=true -branch=bot/backport/v17
2025/02/03 14:48:44 Running backport.
2025/02/03 14:48:45 --> Backporting to bot/backport/v17 <--
2025/02/03 14:48:45 Running: git config --global user.name github-actions
2025/02/03 14:48:45 Running: git config --global user.email [email protected]
2025/02/03 14:48:45 Running: git fetch origin bot/backport/v17 pull/51521/head
2025/02/03 14:48:45 Running: git checkout bot/backport/v17
2025/02/03 14:48:45 Running: git checkout -b bot/backport-51521-bot/backport/v17
2025/02/03 14:48:45 Running: git cherry-pick c64253265b7cb675c7ca336c0454a65b7db4dd5d
2025/02/03 14:48:45 Running: git push origin bot/backport-51521-bot/backport/v17
2025/02/03 14:48:45 Workflow backport complete.

gravitational/teleport#51521
gravitational/teleport@c642532

@rosstimothy rosstimothy marked this pull request as ready for review February 3, 2025 19:50
@rosstimothy rosstimothy requested a review from a team as a code owner February 3, 2025 19:50
@rosstimothy rosstimothy merged commit ed99ff6 into main Feb 3, 2025
8 checks passed
rosstimothy added a commit that referenced this pull request Feb 3, 2025
This was missed in #313.
Without this change all backports will fail with a similar
`fatal: bad object c64253265b7cb675c7ca336c0454a65b7db4dd5d` error.
rosstimothy added a commit that referenced this pull request Feb 4, 2025
This was missed in #313.
Without this change all backports will fail with a similar
`fatal: bad object c64253265b7cb675c7ca336c0454a65b7db4dd5d` error.
rosstimothy added a commit that referenced this pull request Feb 4, 2025
This was missed in #313.
Without this change all backports will fail with a similar
`fatal: bad object c64253265b7cb675c7ca336c0454a65b7db4dd5d` error.
rosstimothy added a commit that referenced this pull request Feb 4, 2025
This was missed in #313.
Without this change all backports will fail with a similar
`fatal: bad object c64253265b7cb675c7ca336c0454a65b7db4dd5d` error.
rosstimothy added a commit that referenced this pull request Feb 4, 2025
This was missed in #313.
Without this change all backports will fail with a similar
`fatal: bad object c64253265b7cb675c7ca336c0454a65b7db4dd5d` error.
rosstimothy added a commit that referenced this pull request Feb 4, 2025
This was missed in #313.
Without this change all backports will fail with a similar
`fatal: bad object c64253265b7cb675c7ca336c0454a65b7db4dd5d` error.
rosstimothy added a commit that referenced this pull request Feb 4, 2025
This was missed in #313.
Without this change all backports will fail with a similar
`fatal: bad object c64253265b7cb675c7ca336c0454a65b7db4dd5d` error.
rosstimothy added a commit that referenced this pull request Feb 4, 2025
This was missed in #313.
Without this change all backports will fail with a similar
`fatal: bad object c64253265b7cb675c7ca336c0454a65b7db4dd5d` error.
rosstimothy added a commit that referenced this pull request Feb 4, 2025
This was missed in #313.
Without this change all backports will fail with a similar
`fatal: bad object c64253265b7cb675c7ca336c0454a65b7db4dd5d` error.
rosstimothy added a commit that referenced this pull request Feb 4, 2025
This was missed in #313.
Without this change all backports will fail with a similar
`fatal: bad object c64253265b7cb675c7ca336c0454a65b7db4dd5d` error.
rosstimothy added a commit that referenced this pull request Feb 4, 2025
This was missed in #313.
Without this change all backports will fail with a similar
`fatal: bad object c64253265b7cb675c7ca336c0454a65b7db4dd5d` error.
rosstimothy added a commit that referenced this pull request Feb 4, 2025
This was missed in #313.
Without this change all backports will fail with a similar
`fatal: bad object c64253265b7cb675c7ca336c0454a65b7db4dd5d` error.
rosstimothy added a commit that referenced this pull request Feb 4, 2025
This was missed in #313.
Without this change all backports will fail with a similar
`fatal: bad object c64253265b7cb675c7ca336c0454a65b7db4dd5d` error.
rosstimothy added a commit that referenced this pull request Feb 4, 2025
This was missed in #313.
Without this change all backports will fail with a similar
`fatal: bad object c64253265b7cb675c7ca336c0454a65b7db4dd5d` error.
rosstimothy added a commit that referenced this pull request Feb 4, 2025
This was missed in #313.
Without this change backports will fail with a
`fatal: bad object c64253265b7cb675c7ca336c0454a65b7db4dd5d` error.
rosstimothy pushed a commit that referenced this pull request Feb 4, 2025
rosstimothy added a commit that referenced this pull request Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants