Skip to content

Commit 0a4e636

Browse files
committed
maint : updating readme.md for the added changes
1 parent e6a55e1 commit 0a4e636

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This is a basic action that will label issues and pull request with a given labe
1010
| label_color | false | The color of the label. If the label already exists in the repository, this setting will have no effect. | 5319E7 |
1111
| org_membership | false | Contributions from users that are not members of the specified organisations will be labeled with the configured label. The value can be a single organisation or a comma-separated list of organisations. | puppetlabs |
1212
| logins_to_ignore | false | 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. | `N/A` |
13+
| fail_if_member | false | Pipeline will fail, if the user is member of specified organisations and no label has been added manually. | false |
1314
| token | true | A token with enough privilege to view org memberships and repo content. | `N/A` |
1415

1516
## Security

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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:
20+
fail_if_member:
2121
description: 'Pipeline will fail, if the user is member of specified organisations and no label has been added manually.'
2222
default: 'false'
2323
required: false

0 commit comments

Comments
 (0)