Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
ci: allow dependabot[bot] and remove custom allow policy
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys authored and Artem Rys committed Sep 17, 2021
1 parent e0544a4 commit 437745f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/agreements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
path-to-document: "https://github.com/splunk/cla-agreement/blob/main/CLA.md" # e.g. a CLA or a DCO document
# branch should not be protected
branch: "main"
allowlist: dependabot,lstoppa,weliasz,lingy1028,pszkamruk-splunk,mayurah,omrozowicz-splunk
allowlist: dependabot[bot]
#below are the optional inputs - If the optional inputs are not given, then default values will be taken
remote-organization-name: splunk
remote-repository-name: cla-agreement
Expand All @@ -47,7 +47,7 @@ jobs:
path-to-document: "https://github.com/splunk/cla-agreement/blob/main/CODE_OF_CONDUCT.md" # e.g. a COC or a DCO document
# branch should not be protected
branch: "main"
allowlist: dependabot
allowlist: dependabot[bot]
#below are the optional inputs - If the optional inputs are not given, then default values will be taken
remote-organization-name: splunk
remote-repository-name: cla-agreement
Expand Down

0 comments on commit 437745f

Please sign in to comment.