Skip to content

Commit

Permalink
docs: align pull_description placeholder text
Browse files Browse the repository at this point in the history
Aligns the new pull_description placeholder description with the
description of the other placeholders.

Also adds the body wording which is used by GitHub's API.
  • Loading branch information
korthout committed Jan 22, 2024
1 parent ba84c7a commit 258a18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ Placeholder | Replaced with
`pull_number` | The number of the original pull request that is backported, e.g. `123`
`pull_title` | The title of the original pull request that is backported, e.g. `fix: some error`
`target_branch`| The branchname to which the pull request is backported, e.g. `release-0.23`
`pull_description`| The original description of the pull request you created the backport from, e.g. `Summary: This patch was created to..`
`pull_description`| The description (i.e. body) of the original pull request that is backported, e.g. `Summary: This patch was created to..`

## Outputs

Expand Down

0 comments on commit 258a18b

Please sign in to comment.