summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorWolfgang Walther <walther@technowledgy.de>2025-01-09 21:28:31 +0100
committerWolfgang Walther <walther@technowledgy.de>2025-01-13 20:48:05 +0100
commit21b5113509a4701926a229b1c7cd6b79d6b3ec47 (patch)
tree527425feb37e9f4fc4f351344a8121265f2b4802 /.github/workflows
parentalacarte: 3.54.0 -> 3.54.1 (#373517) (diff)
downloadnixpkgs-21b5113509a4701926a229b1c7cd6b79d6b3ec47.tar.gz
workflows/eval: no maintainer reviews in draft mode
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/eval.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/eval.yml b/.github/workflows/eval.yml
index dcb664c6fa8e..79384daa6b3e 100644
--- a/.github/workflows/eval.yml
+++ b/.github/workflows/eval.yml
@@ -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' || '' }}