Skip to content

Commit 370ffc0

Browse files
Docs updated
Signed-off-by: Lukasz Gryglicki <[email protected]>
1 parent 016320b commit 370ffc0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

BOT_ALLOWLIST.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,8 @@ aws --profile "lfproduct-prod" dynamodb scan --table-name "cla-prod-github-orgs"
173173
aws --profile "lfproduct-prod" dynamodb scan --table-name "cla-prod-github-orgs" --filter-expression "contains(organization_name,:v)" --expression-attribute-values "{\":v\":{\"S\":\"openfga\"}}" --max-items 100 | jq -r '.Items[0].skip_cla.M["vscode-ext"]["S"]'
174174
```
175175

176+
Typical adding a new entry for an organization:
177+
```
178+
STAGE=prod MODE=add-key DEBUG=1 ./utils/skip_cla_entry.sh 'open-telemetry' 'opentelemetry-rust' '*;re:^\d+\+Copilot@users\.noreply\.github\.com$;copilot-swe-agent[bot]'
179+
```
180+

utils/skip_cla_entry.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# ./utils/scan.sh github-orgs organization_name sun-test-org
1212
# STAGE=dev DTFROM='1 hour ago' DTTO='1 second ago' ./utils/search_aws_log_group.sh 'cla-backend-dev-githubactivity' 'skip_cla'
1313
# MODE=delete-key ./utils/skip_cla_entry.sh 'sun-test-org' 're:(?i)^repo[0-9]+$'
14+
# STAGE=prod MODE=add-key DEBUG=1 ./utils/skip_cla_entry.sh 'open-telemetry' 'opentelemetry-rust' '*;re:^\d+\+Copilot@users\.noreply\.github\.com$;copilot-swe-agent[bot]'
1415

1516
if [ -z "$MODE" ]
1617
then

0 commit comments

Comments
 (0)