ci/github-script/merge: don't consider draft PRs eligible for merge bot (#499846)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user