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
|
@ -87,8 +87,9 @@ not exist, it is created.
|
|||
| destination-branch | the base branch of the destination repository for the cascading PR | `true` | |
|
||||
| destination-token | a token with write permission on destination-repo | `true` | |
|
||||
| update | path to the script to update the content of the cascading PR | `true` | |
|
||||
| wait-iteration | number of seconds to wait before verifying for the status of the destination pull request (timeout after 100 iterations) | `true` | 36 |
|
||||
| prefix | prefix of the branch from which the cascading PR is created on {destination-repo} or {destination-fork-repo} (default to {origin-repo}) | `false` | |
|
||||
| close | if true the cascading PR will be closed and the branch deleted when the PR is merged | `false` | false |
|
||||
| close | if true the cascading PR will be closed and the branch deleted when (i) the {origin-pr} is merged or (ii) when the cascading PR status is success if {origin-ref} is set | `false` | false |
|
||||
| verbose | if true print verbose information | `false` | false |
|
||||
| debug | if true print debug information | `false` | false |
|
||||
<!-- action-docs-inputs -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue