Skip to content

Commit ee390b0

Browse files
authored
Merge pull request #6830 from chakra-core/ppenzin-Agreement-bots
Exclude dependabot from agreement check
2 parents 4e6dc22 + 221e1cb commit ee390b0

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)