Skip to content

Commit

Permalink
workflows/eval: no maintainer reviews in draft mode
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Jan 11, 2025
1 parent 6c24f43 commit c765b6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Eval

on:
pull_request_target:
types: [opened, ready_for_review, synchronize, reopened]
workflow_call:
push:
# Keep this synced with ci/request-reviews/dev-branches.txt
Expand Down Expand Up @@ -335,3 +336,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' || '' }}

0 comments on commit c765b6c

Please sign in to comment.