]> git.puffer.fish Git - matthieu/frr.git/commit
github: Add rebase label on PR if it's > 50 commits behind
authorDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 3 May 2023 20:17:58 +0000 (23:17 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 9 May 2023 06:37:23 +0000 (09:37 +0300)
commitc9f073d1de2733917b6359b38590797772d29ff5
tree9e00413e58ed22bc69b60ebb8d85339026096810
parentcf19cff64f31289a4f11b207cf1137868247c628
github: Add rebase label on PR if it's > 50 commits behind

The idea is to catch some PRs and rerun them in CI to avoid merging PRs that
are based on the stale base branch and causes issues afterwards.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
.github/workflows/behind-base.yml [new file with mode: 0644]