From d8508ac0f85af3b1ad691b54610c37f9f2f951d1 Mon Sep 17 00:00:00 2001 From: elliotxx <951376975@qq.com> Date: Wed, 28 Aug 2024 17:55:52 +0800 Subject: [PATCH] chore: add pull-requests permission --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 86661358..95bf568b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,6 +10,7 @@ on: - 'v[0-9]+.[0-9]+.[0-9]+' permissions: contents: write + pull-requests: write jobs: Test: name: Unit Test