mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-08 10:51:57 +01:00
.github/workflows: skip draft PRs for request review workflows
Skip the "request review" workflows for PRs that are in draft to reduce noise / skip adding reviewers to PRs that are intentionally marked as not ready to review. Updates #cleanup Signed-off-by: Mario Minardi <mario@tailscale.com>
This commit is contained in:
parent
74ed589042
commit
9cc07bf9c0
@ -2,6 +2,7 @@ name: request-dataplane-review
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
types: [ opened, synchronize, reopened, ready_for_review ]
|
||||||
paths:
|
paths:
|
||||||
- ".github/workflows/request-dataplane-review.yml"
|
- ".github/workflows/request-dataplane-review.yml"
|
||||||
- "**/*derp*"
|
- "**/*derp*"
|
||||||
@ -10,6 +11,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
request-dataplane-review:
|
request-dataplane-review:
|
||||||
|
if: github.event.pull_request.draft == false
|
||||||
name: Request Dataplane Review
|
name: Request Dataplane Review
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user