Merge pull request #10196 from fidencio/topic/ci-commit-message-take-reapply-into-consideration

ci: commit-message-check: Take re-revert into consideration
This commit is contained in:
Fabiano Fidêncio 2024-08-22 17:31:27 +02:00 committed by GitHub
commit 890fa26767
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,10 @@ jobs:
# #
# Revert "<original-subject-line>" # Revert "<original-subject-line>"
# #
filter_out_pattern: '^Revert "' # The format of a re-re-vert commit as follows:
#
# Reapply "<original-subject-line>"
filter_out_pattern: '^Revert "|^Reapply "'
- name: DCO Check - name: DCO Check
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }} if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}