From 4b5fd0980e0692ec61c3368b3d430b01e1eab731 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Thu, 14 Oct 2021 10:08:12 -0700 Subject: [PATCH] Exclude draft PRs from automatic rebase --- .github/workflows/autoupdate-pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autoupdate-pr.yml b/.github/workflows/autoupdate-pr.yml index 457101c35f..18a27b9955 100644 --- a/.github/workflows/autoupdate-pr.yml +++ b/.github/workflows/autoupdate-pr.yml @@ -19,3 +19,4 @@ jobs: exclude-labels: | no-autoupdate dependencies + exclude-drafts: true