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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ inputs:
17
17
logins_to_ignore:
18
18
description: 'Contributions from the specified users will not be labeled by this action. The value can be a single login or a comma-separated list of logins.'
19
19
required: false
20
+
failIfMember:
21
+
description: 'Pipeline will fail, if the user is member of specified organisations and no label has been added manually.'
22
+
default: 'false'
23
+
required: false
20
24
token:
21
25
description: 'The GitHub token to use for authentication.'
0 commit comments