Compare commits

...

2 commits
main ... v2.1

Author SHA1 Message Date
Earl Warren
e6f017654e
there may be more than one cascading PR from the same origin
and they are different because the destination head is different
2024-03-20 16:49:19 +01:00
Earl Warren
a26a113b00
also run the tests on v* branches
(cherry picked from commit 632b77ff09)
2024-02-19 14:00:26 +01:00
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- 'main'
- 'v*'
pull_request:
jobs:

View file

@ -77,7 +77,7 @@ EOF
}
function pr_destination_title() {
echo "cascading-pr from ${options[origin_url]}/${options[origin_repo]} ${options[origin_head]}"
echo "cascading-pr from ${options[origin_url]}/${options[origin_repo]} ${options[origin_head]} to ${options[destination_head]}"
}
function pr_destination_body() {