Skip to content

Commit

Permalink
added to ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVermette-Eaton committed Mar 29, 2024
1 parent 1126229 commit 34d8598
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,16 @@ jobs:
The action can be configured with the following optional [inputs](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepswith):
### `branch_name`

Default: `backport-${pull_number}-to-${target_branch}`

Template used as the name for branches created by this action.

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).

### `copy_assignees`

Default: `false` (disabled)
Expand Down

0 comments on commit 34d8598

Please sign in to comment.