You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/templates/workflow-templates/cherry-pick/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The `cherry-pick.yml` provides an automated, on-demand way to cherry-pick commit
13
13
14
14
### Setup
15
15
1. Copy the `cherry-pick.yml` workflow template into your repository's `.github/workflows/` directory
16
-
2. Update `cherry-pick.yml` with either `string` or `choice` input for the `dest_branch` input. Remove the other type from the yaml. Optionally update the `_DEST_BRANCH_ALLWOED` variable for validating the `dest_branch` string using a regex.
16
+
2. Update `cherry-pick.yml` with either `string` or `choice` input for the `dest_branch` input. Remove the other type from the yaml. Optionally update the `dest_branch_allowed` input parameter for validating the `dest_branch` string using a regex.
17
17
18
18
### Usage
19
19
1. Navigate to **Actions** → **Automated cherry pick** in your repository
0 commit comments