summaryrefslogtreecommitdiff
path: root/ci/github-script/check-target-branch.js
AgeCommit message (Collapse)Author
46 hoursci: add nixosTests.simple-containerzowoq
nixosTests.simple-vm but using an nspawn container
46 hoursnixosTests.simple-vm: rename from nixosTests.simplezowoq
renamed because we now have different kinds of tests
7 daysci/github-script/check-target-branch: disable review for xanmod kernelszowoq
updates should go to master or release branches
2026-05-03Reapply {ci,workflows}: allow multiple blocking reviews"Michael Daniels
A couple of bugfixes, but the problem was that the apps weren't installed.
2026-05-03Revert "{ci,workflows}: allow multiple blocking reviews"Michael Daniels
2026-05-02{ci,workflows}: allow multiple blocking reviewsMichael Daniels
2026-04-13ci/eval/compare: Expose attrdiff by kernel and platformKamil Monicz
2026-02-06ci/github-script/check-target-branch: fix kernel exemption logicMichael Daniels
Erroneously failed to exempt because I left out an if condition.
2026-01-25ci/github-script/check-target-branch: do not "Request changes"Michael Daniels
You can technically have multiple reviews requesting changes, but there's no good way to dismiss all of the reviews requesting changes from the same user using the UI. This makes minimization impossible (because all but one of the reviews is not dismissed, even though the PR is no longer blocked due to the review in GitHub's system). As a workaround, we will only comment. CI will still fail when appropriate.
2026-01-25ci/github-script/check-target-branch: kernel updates should not need to go ↵Michael Daniels
to staging-xx.xx
2026-01-25ci/github-script/check-target-branch: loosen staging threshold for ↵Michael Daniels
home-assistant
2026-01-25ci/github-script/check-target-branch: simplify rebuildsAllTests variableMichael Daniels
2026-01-25ci/github-script/check-target-branch: add type for changed-paths.jsonMichael Daniels
2026-01-25ci/github-script/{reviews,check-target-branch,commits,prepare}: add sticky ↵Michael Daniels
review support
2026-01-19{workflows/eval,ci/github-script}: check for mass rebuilds targeting ↵Michael Daniels
master/release-* branches