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

[auto-merge] branch-24.08 to branch-24.10 [skip ci] [bot] #11317

Merged
merged 2 commits into from
Aug 14, 2024

Conversation

nvauto
Copy link
Collaborator

@nvauto nvauto commented Aug 12, 2024

auto-merge triggered by github actions on branch-24.08 to create a PR keeping branch-24.10 up-to-date. If this PR is unable to be merged due to conflicts, it will remain open until manually fix.

Wait for the pre-merge CI job to SUCCEED

Signed-off-by: nvauto <70000568+nvauto@users.noreply.github.com>
@nvauto nvauto requested review from jlowe and revans2 as code owners August 12, 2024 05:20
@nvauto
Copy link
Collaborator Author

nvauto commented Aug 12, 2024

FAILURE - Unable to auto-merge. Manual operation is required.

{'message': 'Pull Request is not mergeable', 'documentation_url': 'https://docs.github.com/rest/pulls/pulls#merge-a-pull-request', 'status': '405'}

Please use the following steps to fix the merge conflicts manually:

# Assume upstream is NVIDIA/spark-rapids remote
git fetch upstream branch-24.08 branch-24.10
git checkout -b fix-auto-merge-conflict-11317 upstream/branch-24.10
git merge upstream/branch-24.08
# Fix any merge conflicts caused by this merge
git commit -am "Merge branch-24.08 into branch-24.10"
git push <personal fork> fix-auto-merge-conflict-11317
# Open a PR targets NVIDIA/spark-rapids branch-24.10

IMPORTANT: Before merging this PR, be sure to change the merging strategy to Create a merge commit (repo admin only).

Once this PR is merged, the auto-merge PR should automatically be closed since it contains the same commit hashes

* Update changelog for v24.08.0 release [skip ci]

Update change log with CLI:

scripts/generate-changelog --token=<GIT_TOKEN> --releases=24.06,24.08

* Update changelog

Signed-off-by: Tim Liu <timl@nvidia.com>
@NvTimLiu
Copy link
Collaborator

I'll fix it

@jlowe jlowe merged commit 48d8b3d into branch-24.10 Aug 14, 2024
1 check passed
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.

3 participants