mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
workflows/eval: no maintainer reviews in draft mode
This commit is contained in:
parent
f5f6a51fca
commit
21b5113509
1 changed files with 3 additions and 0 deletions
3
.github/workflows/eval.yml
vendored
3
.github/workflows/eval.yml
vendored
|
@ -2,6 +2,7 @@ name: Eval
|
|||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, ready_for_review, synchronize, reopened]
|
||||
push:
|
||||
# Keep this synced with ci/request-reviews/dev-branches.txt
|
||||
branches:
|
||||
|
@ -334,3 +335,5 @@ jobs:
|
|||
REPOSITORY: ${{ github.repository }}
|
||||
NUMBER: ${{ github.event.number }}
|
||||
AUTHOR: ${{ github.event.pull_request.user.login }}
|
||||
# Don't request reviewers on draft PRs
|
||||
DRY_MODE: ${{ github.event.pull_request.draft && '1' || '' }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue