Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/workflows/cla-assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,11 @@
# was a former colleague still exempt from signing.
#
# Bots stay, because a bot cannot sign: it cannot post the agreement sentence,
# so with no exemption its pull request is red forever. Only the two that
# actually open pull requests here are listed. `github-actions[bot]` needs no
# entry, since the action filters user id 41898282 in `graphql.ts` itself.
# so with no exemption its pull request is red forever. Only the three that
# actually open pull requests here are listed (`snyk-bot` opens automated
# dependency-upgrade PRs across many repos in the org). `github-actions[bot]`
# needs no entry, since the action filters user id 41898282 in `graphql.ts`
# itself.
#
# Add a bot by editing the default below, not by passing the input. Anything
# passed per repo drifts, which is the whole reason this moved.
Expand All @@ -85,7 +87,7 @@ on:
allowlist:
description: "Comma-separated logins exempt from signing. Bots only; see the header. Override only for a genuine one-off."
type: string
default: 'dependabot[bot], mindsdb-release-train[bot]'
default: 'dependabot[bot], mindsdb-release-train[bot], snyk-bot'
path-to-signatures:
description: "Signature ledger path inside the calling repo"
type: string
Expand Down
Loading