From 75dcf270775c956ee0b8cec2d8cbfe0e873d2fca Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Fri, 13 Sep 2024 13:24:05 +0800 Subject: [PATCH] . --- .github/workflows/draft-status.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/draft-status.yml b/.github/workflows/draft-status.yml index 6118b2cf57a..4abe9d616f0 100644 --- a/.github/workflows/draft-status.yml +++ b/.github/workflows/draft-status.yml @@ -6,7 +6,7 @@ on: jobs: set_status: - if: github.event.pull_request.draft == true + if: 'github.event.pull_request.draft == true && github.event.type != 'ready_to_review'" runs-on: ubuntu-latest permissions: write-all steps: