Skip to content

Commit

Permalink
Fix (?) dependabot in cla.yml allowlist
Browse files Browse the repository at this point in the history
https://github.com/marketplace/actions/cla-assistant-lite#5-users-and-bots-in-allowlist says that we should use `dependabot[bot]` in the allowlist; looks strange, but let's try it out
  • Loading branch information
Mateusz Rzeszutek authored Oct 17, 2023
1 parent 05983fd commit 764a457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
branch: main
path-to-signatures: signatures/version1/cla.json
path-to-document: https://github.com/splunk/cla-agreement/blob/main/CLA.md
allowlist: dependabot
allowlist: dependabot[bot]

0 comments on commit 764a457

Please sign in to comment.