Skip to content

Commit 021c552

Browse files
authored
Exclude dependabot from agreement check
Exclude dependabot from Contribution Agreement check. Hopefully we don't have to do this for multiple bots. This is how Github recommends detecting it: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions
1 parent 4e6dc22 commit 021c552

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/agreement.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
jobs:
66
AgreementCheck:
77
runs-on: ubuntu-latest
8+
if: github.actor != "dependabot[bot]"
89
steps:
910
- name: Checkout
1011
uses: actions/checkout@v2

0 commit comments

Comments
 (0)