We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d309ecd + 4962fd5 commit 61a62b1Copy full SHA for 61a62b1
.github/workflows/dco_check.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Check DCO
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
- DCO_CHECK_EXCLUDE_PATTERN: dependabot\[bot\]@users\.noreply\.github\.com
+ DCO_CHECK_EXCLUDE_PATTERN: (dependabot|semiotic-labs-pr-automation)\[bot\]@users\.noreply\.github\.com
28
DCO_CHECK_VERBOSE: '1'
29
# Comma-separated list of emails that should be ignored during DCO checks
30
# DCO_CHECK_EXCLUDE_EMAILS: ${{ inputs.exclude-emails }}
0 commit comments