Skip to content

Commit 1c8ec83

Browse files
committed
maint : updating action.yml with new option
1 parent 352a12f commit 1c8ec83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ inputs:
1717
logins_to_ignore:
1818
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.'
1919
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
2024
token:
2125
description: 'The GitHub token to use for authentication.'
2226
required: true

0 commit comments

Comments
 (0)