mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-09-12 02:56:16 +00:00
feat: wait-iteration to control the timeout for the destination pull request
on a busy repository or with a long workflow, it may take more than the one hour default to complete
This commit is contained in:
parent
0ff02f5d54
commit
c2c22e2994
4 changed files with 17 additions and 1 deletions
|
@ -27,6 +27,10 @@ function dependencies() {
|
|||
fi
|
||||
}
|
||||
|
||||
function set_loop_delay() {
|
||||
LOOP_DELAY="$1"
|
||||
}
|
||||
|
||||
function retry() {
|
||||
rm -f $TMPDIR/retry.{out,attempt,err}
|
||||
local success=false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue