Skip to content

Commit 61a62b1

Browse files
authored
Merge pull request #120 from semiotic-ai/add_bot_exclusion
ci: Add new bot to DCO exclusion
2 parents d309ecd + 4962fd5 commit 61a62b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dco_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Check DCO
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27-
DCO_CHECK_EXCLUDE_PATTERN: dependabot\[bot\]@users\.noreply\.github\.com
27+
DCO_CHECK_EXCLUDE_PATTERN: (dependabot|semiotic-labs-pr-automation)\[bot\]@users\.noreply\.github\.com
2828
DCO_CHECK_VERBOSE: '1'
2929
# Comma-separated list of emails that should be ignored during DCO checks
3030
# DCO_CHECK_EXCLUDE_EMAILS: ${{ inputs.exclude-emails }}

0 commit comments

Comments
 (0)