summaryrefslogtreecommitdiff
path: root/.github/workflows/eval.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/eval.yml')
-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' || '' }}