1
0
Fork 0
mirror of https://code.forgejo.org/actions/cascading-pr synced 2025-03-14 22:36:58 +01:00

there may be more than one cascading PR from the same origin

and they are different because the destination head is different
This commit is contained in:
Earl Warren 2024-03-20 16:23:28 +01:00
parent 632b77ff09
commit bd58cd8c9b
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

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() {