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:
parent
a26a113b00
commit
e6f017654e
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue