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
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,22 @@ branding:
7
7
inputs:
8
8
token:
9
9
required: true
10
-
description: 'Require personal access token to access branch protection rules or trigger other workflows.'
10
+
description: 'Github token or personal access token. Require personal access token to access branch protection rules or trigger other workflows.'
11
11
autoMergeMethod:
12
12
required: false
13
13
description: 'Method to use when enable pull request auto merge.'
14
14
default: 'MERGE'
15
15
requiredLabels:
16
16
required: false
17
17
description: 'Labels need to be present for a pull request.'
18
+
requiredApprovals:
19
+
required: false
20
+
description: 'Count of required approval'
21
+
default: '0'
22
+
requiredStatusChecks:
23
+
required: false
24
+
description: 'Multiple status checks required to be success'
25
+
default: ''
18
26
protectedBranchNamePattern:
19
27
required: false
20
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.'
0 commit comments