Skip to content

Commit

Permalink
fix: added dependabot to cla allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
superlinkx committed Oct 30, 2023
1 parent 06a6d18 commit 0931a86
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
issue_comment:
types: [created]
pull_request_target:
types: [opened,closed,synchronize]
types: [opened, closed, synchronize]

jobs:
CLAssistant:
Expand All @@ -14,10 +14,11 @@ jobs:
uses: contributor-assistant/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN : ${{ secrets.REPO_SCOPE }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.REPO_SCOPE }}
with:
path-to-signatures: 'signatures.json'
path-to-document: 'https://github.com/BloodHoundAD/CLA/blob/main/ICLA.md'
branch: 'main'
path-to-signatures: "signatures.json"
path-to-document: "https://github.com/BloodHoundAD/CLA/blob/main/ICLA.md"
branch: "main"
remote-organization-name: BloodHoundAD
remote-repository-name: CLA
remote-repository-name: CLA
allowlist: dependabot[bot]

0 comments on commit 0931a86

Please sign in to comment.