1
0
Fork 0
mirror of https://code.forgejo.org/actions/cascading-pr synced 2025-03-15 06:46:59 +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 a26a113b00
commit e6f017654e
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -77,7 +77,7 @@ EOF
} }
function pr_destination_title() { 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() { function pr_destination_body() {