Skip to content

Commit b558bb2

Browse files
committed
[green] Exclude synthetic merge commits from DCO
Signed-off-by: Viwat Vchirawongkwin <viwat.v@chula.ac.th>
1 parent eadb53c commit b558bb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
run: |
9696
if [ -n "${{ github.base_ref }}" ]; then
9797
git fetch --no-tags origin "${{ github.base_ref }}"
98-
PYBLE_DCO_RANGE="origin/${{ github.base_ref }}..HEAD" tools/ci/dco_check.sh
98+
PYBLE_DCO_RANGE="origin/${{ github.base_ref }}..${{ github.event.pull_request.head.sha }}" tools/ci/dco_check.sh
9999
else
100100
PYBLE_DCO_RANGE="${{ github.event.before }}..${{ github.sha }}" tools/ci/dco_check.sh
101101
fi

0 commit comments

Comments
 (0)