diff --git a/.github/workflows/commit-message-check.yaml b/.github/workflows/commit-message-check.yaml index 6a51f03974..52ee3dcc42 100644 --- a/.github/workflows/commit-message-check.yaml +++ b/.github/workflows/commit-message-check.yaml @@ -34,7 +34,10 @@ jobs: # # Revert "" # - filter_out_pattern: '^Revert "' + # The format of a re-re-vert commit as follows: + # + # Reapply "" + filter_out_pattern: '^Revert "|^Reapply "' - name: DCO Check if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}