Skip to content

Commit

Permalink
docs: add source_pr_number description
Browse files Browse the repository at this point in the history
  • Loading branch information
korthout committed Aug 21, 2024
1 parent f525c01 commit bb1878b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,14 @@ Placeholders can be used to define variable values.
These are indicated by a dollar sign and curly braces (`${placeholder}`).
Please refer to this action's README for all available [placeholders](#placeholders).

### `source_pr_number`

Default: `''` (not set)

Specifies the pull request (by its number) to backport, i.e. the source pull request.
When set, the action will backport the specified pull request to each target branch.
When not set, the action determines the source pull request from the event payload.

### `target_branches`

Default: `''` (disabled)
Expand Down

0 comments on commit bb1878b

Please sign in to comment.