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

357 plan UUID parameter #367

Merged
merged 2 commits into from
Nov 12, 2024
Merged

357 plan UUID parameter #367

merged 2 commits into from
Nov 12, 2024

Conversation

Rikuoja
Copy link
Contributor

@Rikuoja Rikuoja commented Nov 12, 2024

Turns out #357 was already there, but it wasn't tested.

So here is just a bunch of tests verifying that if only one plan is specified, then only one plan is processed.

@Rikuoja Rikuoja added the backport vsl If a PR has this label a new PR is created targeting the vsl branch label Nov 12, 2024
@Rikuoja Rikuoja requested a review from LKajan November 12, 2024 11:15
@LKajan LKajan force-pushed the 357-plan-uuid-parameter branch from e6c4c34 to 9ccc1cb Compare November 12, 2024 13:14
@LKajan LKajan merged commit ffe0d60 into main Nov 12, 2024
2 checks passed
Copy link

The backport to vsl failed:

The process '/usr/bin/git' failed with exit code 128
stderr
remote: Permission to GispoCoding/hame-ryhti.git denied to github-actions[bot].
fatal: unable to access 'https://github.com/GispoCoding/hame-ryhti.git/': The requested URL returned error: 403

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-vsl vsl
# Navigate to the new working tree
cd .worktrees/backport-vsl
# Create a new branch
git switch --create backport-367-to-vsl
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 9ccc1cbef440e4c0c7ba6ed9c04dae8cdc0f8387,4b205fbaa10777172d4b8de38dde7598cc0d2e53
# Push it to GitHub
git push --set-upstream origin backport-367-to-vsl
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-vsl

Then, create a pull request where the base branch is vsl and the compare/head branch is backport-367-to-vsl.

@LKajan
Copy link
Contributor

LKajan commented Nov 12, 2024

Manually backported in #369

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport vsl If a PR has this label a new PR is created targeting the vsl branch failed backport
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants