This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 50227092c79 Fix flaky test_trigger_logger_fd_closed_when_removed on
slow runners (#68965)
add 653aef3bac2 Reject Conventional Commits style commit messages (#68633)
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci-image-checks.yml | 12 ++
.pre-commit-config.yaml | 9 ++
AGENTS.md | 9 ++
.../prek/check_no_conventional_commit_message.py | 128 +++++++++++++++++++++
.../test_check_no_conventional_commit_message.py | 108 +++++++++++++++++
5 files changed, 266 insertions(+)
create mode 100755 scripts/ci/prek/check_no_conventional_commit_message.py
create mode 100644
scripts/tests/ci/prek/test_check_no_conventional_commit_message.py