From bb1878b640ecfbaf144bb8377facfd5d19b2aef2 Mon Sep 17 00:00:00 2001 From: Nico Korthout Date: Wed, 21 Aug 2024 18:51:20 +0200 Subject: [PATCH] docs: add source_pr_number description --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index eb91d0e..0f52cfe 100644 --- a/README.md +++ b/README.md @@ -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)