Skip to content

Commit

Permalink
Merge pull request #35 from semiotic-ai/34-update-dco-bot
Browse files Browse the repository at this point in the history
ci(dco-check): updated workflow to exclude depedabot generic emails
  • Loading branch information
tumaysem authored Jan 31, 2023
2 parents c3f1340 + 542f60e commit 15d2d4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dco_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
- name: Check DCO
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DCO_CHECK_EXCLUDE_PATTERN: dependabot\[bot\]@users\.noreply\.github\.com
DCO_CHECK_VERBOSE: '1'
# Comma-separated list of emails that should be ignored during DCO checks
# DCO_CHECK_EXCLUDE_EMAILS: ${{ inputs.exclude-emails }}
run: |
pip3 install -U git+https://github.com/aasseman/dco-check.git@pull_request_target_support
pip3 install -U dco-check
dco-check

0 comments on commit 15d2d4c

Please sign in to comment.