Skip to content

Commit e918790

Browse files
Add documentation and updates to code 2
Signed-off-by: Lukasz Gryglicki <[email protected]>
1 parent 07baaa4 commit e918790

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WHITELISTING_BOTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Whitelisting Bots
22

3-
You can allow specific bot users to automatically pass the CLA check.
3+
You can allow specific bot users to automatically pass the CLA check.
44

55
This can be done on the GitHub organization level by setting the `skip_cla` property on `cla-{stage}-github-orgs` DynamoDB table.
66

@@ -105,7 +105,7 @@ To see given organization's entry: `./utils/scan.sh github-orgs organization_nam
105105

106106
Or using AWS CLI:
107107

108-
```
108+
```
109109
aws --profile "lfproduct-prod" dynamodb scan --table-name "cla-prod-github-orgs" --filter-expression "contains(organization_name,:v)" --expression-attribute-values "{\":v\":{\"S\":\"linuxfoundation\"}}" --max-items 100 | jq -r '.Items'
110110
```
111111

0 commit comments

Comments
 (0)