From 0931a864653ba23eb3fad2fa789e3a3a8e28e9d1 Mon Sep 17 00:00:00 2001 From: Alyx Holms Date: Mon, 30 Oct 2023 14:20:13 -0600 Subject: [PATCH] fix: added dependabot to cla allowlist --- .github/workflows/cla.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 5afb797..5bacb87 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -3,7 +3,7 @@ on: issue_comment: types: [created] pull_request_target: - types: [opened,closed,synchronize] + types: [opened, closed, synchronize] jobs: CLAssistant: @@ -14,10 +14,11 @@ jobs: uses: contributor-assistant/github-action@v2.2.1 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]