diff options
author | Angus Gratton <angus@redyak.com.au> | 2024-10-30 11:18:59 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-10-31 23:16:25 +1100 |
commit | 9591b0a53c599baac79e1e895153d6b6944ebef0 (patch) | |
tree | 3b5321276c4d7d0574df192b7290284fa4f35e3e /docs/esp8266 | |
parent | d34b15ac6f03ecad224d02aec9491d6a04605f72 (diff) | |
download | micropython-9591b0a53c599baac79e1e895153d6b6944ebef0.tar.gz micropython-9591b0a53c599baac79e1e895153d6b6944ebef0.zip |
tools/ci.sh: Fix commit msg checking when PR branch HEAD behind master.
Fixes the problem noted at
https://github.com/micropython/micropython/pull/15547#issuecomment-2434479702
which is that, because default CI HEAD for a PR is a (generated) merge
commit into the master branch's current HEAD, then if the PR branch isn't
fully rebased then the commit check runs against commits from master as
well!
Also drops running this check on push, the pull_request event is triggered
by default on open and update ("synchronized" event), which probably covers
the cases where this check should run.
This work was funded through GitHub Sponsors.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
Diffstat (limited to 'docs/esp8266')
0 files changed, 0 insertions, 0 deletions