-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #320 from Zemnmez/version-pipelining
run the do_not_run_on_main tests on the versioned branch
- Loading branch information
Showing
2 changed files
with
42 additions
and
10 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/usr/bin/env bash | ||
|
||
echo "Open PR to versioned branch (or not, if it was already there)" | ||
echo "" | ||
echo "Skipping failure here too, becuase we don't actually care" | ||
echo "if the PR is already there." | ||
gh pr create -f --head --main --base versioned || true | ||
|
||
echo "This ensures we have our commits pushed. We could be up to date" | ||
echo "already. But it doesn't really matter." | ||
git push || true | ||
|
||
echo "Setting PR to merge automatically..." | ||
gh pr merge versioned --auto |
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