mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-04-21 08:28:44 +00:00
Merge pull request 'clarify the documentation for the prefix input' (#18) from earl-warren/cascading-pr:wip-ref into main
Reviewed-on: https://code.forgejo.org/actions/cascading-pr/pulls/18 Reviewed-by: dachary <dachary@noreply.code.forgejo.org>
This commit is contained in:
commit
a93a5f75b3
2 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ not exist, it is created.
|
||||||
| destination-branch | the base branch of the destination repository for the cascading PR | `true` | |
|
| 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` | |
|
| 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` | |
|
| update | path to the script to update the content of the cascading PR | `true` | |
|
||||||
| prefix | prefix of the cascading PR created on destination-repo (default to {origin-repo}) | `false` | |
|
| 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-merge | if true the cascading PR will be closed and the branch deleted when the PR is merged | `false` | false |
|
| close-merge | if true the cascading PR will be closed and the branch deleted when the PR is merged | `false` | false |
|
||||||
| verbose | if true print verbose information | `false` | false |
|
| verbose | if true print verbose information | `false` | false |
|
||||||
| debug | if true print debug information | `false` | false |
|
| debug | if true print debug information | `false` | false |
|
||||||
|
|
|
@ -102,7 +102,7 @@ inputs:
|
||||||
description: 'path to the script to update the content of the cascading PR'
|
description: 'path to the script to update the content of the cascading PR'
|
||||||
required: true
|
required: true
|
||||||
prefix:
|
prefix:
|
||||||
description: 'prefix of the cascading PR created on destination-repo (default to {origin-repo})'
|
description: 'prefix of the branch from which the cascading PR is created on {destination-repo} or {destination-fork-repo} (default to {origin-repo})'
|
||||||
close-merge:
|
close-merge:
|
||||||
description: 'if true the cascading PR will be closed and the branch deleted when the PR is merged'
|
description: 'if true the cascading PR will be closed and the branch deleted when the PR is merged'
|
||||||
default: false
|
default: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue