Skip to content

Commit

Permalink
[BACKPORT] ci: exclude github bot email from DCO check (#484) (#485)
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Yang <[email protected]>
  • Loading branch information
reaver-flomesh authored Nov 26, 2024
1 parent 7857365 commit 906e5b8
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 906e5b8

Please sign in to comment.