ci/github-script/merge: don't consider draft PRs eligible for merge bot (#499846)

This commit is contained in:
Matt Sturgeon
2026-03-14 21:16:05 +00:00
committed by GitHub
+1
View File
@@ -56,6 +56,7 @@ function runChecklist({
'Opened by [@r-ryantm](https://nix-community.github.io/nixpkgs-update/r-ryantm/).':
pull_request.user.login === 'r-ryantm',
},
'PR is not a draft': !pull_request.draft,
}
if (user) {