From 9611bf528f2a239dff5066e3d5e839120fb18e5b Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Fri, 13 Sep 2024 13:25:31 +0800 Subject: [PATCH 1/4] . From e823a123e8fa98d0a27ac36b2ef4597dffec5360 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Fri, 13 Sep 2024 13:29:01 +0800 Subject: [PATCH 2/4] . --- .github/workflows/draft-status.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/draft-status.yml b/.github/workflows/draft-status.yml index 4abe9d616f0..5d8a170daf7 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 && github.event.type != 'ready_to_review'" + if: github.event.pull_request.draft == true runs-on: ubuntu-latest permissions: write-all steps: @@ -21,7 +21,8 @@ jobs: --header 'content-type: application/json' \ --data '{ "state": "pending", - "context": "Link to Fork CI", - "target_url": "${{ github.event.pull_request.head.repo.html_url }}/commits/${{github.event.pull_request.head.ref}}" + "context": "Link to Fork Repo Actions", + "target_url": "${{ github.event.pull_request.head.repo.html_url }}/commits/${{github.event.pull_request.head.ref}}", + "description": "use fork's github actions until ready for review", }' \ --fail-with-body From 0cdc3630555a5841f85bf69eec89972c1241b9ae Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Fri, 13 Sep 2024 13:29:09 +0800 Subject: [PATCH 3/4] . From 92b91802ee7947b0705313005fe3e14584f3c75f Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Fri, 13 Sep 2024 13:29:53 +0800 Subject: [PATCH 4/4] .