Skip to content

Commit

Permalink
ci: exclude github bot email from DCO check (#484)
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Yang <[email protected]>
  • Loading branch information
reaver-flomesh committed Nov 26, 2024
1 parent d0f1249 commit c612b35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DCO_CHECK_VERBOSE: '1'
DCO_CHECK_DEFAULT_BRANCH: 'main'
DCO_CHECK_EXCLUDE_PATTERN: '^\S+@users\.noreply\.github\.com$'
run: |
pip3 install -U dco-check
dco-check

0 comments on commit c612b35

Please sign in to comment.