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: action.yml
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,18 +14,22 @@ inputs:
14
14
default: 'MERGE'
15
15
requiredLabels:
16
16
required: false
17
-
description: 'Labels need to be present for a pull request.'
17
+
description: 'Labels must be present before merging.'
18
18
requiredApprovals:
19
19
required: false
20
-
description: 'Count of required approval'
20
+
description: 'Count of approvals must be this number before merging.'
21
21
default: '0'
22
+
allRequestedReviewersMustApprove:
23
+
required: false
24
+
description: 'Must get approvals from all requested reviewers before merging.'
25
+
default: 'true'
22
26
requiredStatusChecks:
23
27
required: false
24
-
description: 'Multiple status checks required to be success'
28
+
description: 'Multiple status checks required to be success.'
25
29
default: ''
26
30
protectedBranchNamePattern:
27
31
required: false
28
-
description: 'The name pattern of the base branch that your pull request wants to merge into. Branch protection rule with the same name pattern must be existed. If not set, the default behavior is to find the name pattern of main or master.'
32
+
description: 'The name pattern of GitHub branch protection rules to apply. The default behavior is to find the name pattern of main or master. Require personal access token to let this feature work.'
0 commit comments