Skip to content

Commit

Permalink
Exclude dependabot author from new DCO check (#5026)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Turner <turner@uber.com>
  • Loading branch information
rturner3 authored Mar 29, 2024
1 parent 95e07c1 commit cafce4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip3 install -U dco-check
dco-check
dco-check --exclude-pattern 'dependabot\[bot\]@users\.noreply\.github\.com'

0 comments on commit cafce4d

Please sign in to comment.