From a6e82d578a1a84ae7e210d0b3bf56973a7ff4adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Wed, 20 Sep 2023 20:37:11 +0900 Subject: [PATCH] fix: workflow --- .github/workflows/pull.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index ff91e932..676db577 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -6,6 +6,8 @@ jobs: name: closepr # The type of runner that the job will run on runs-on: ubuntu-latest + permissions: + pull-requests: write # Steps represent a sequence of tasks that will be executed as part of the job steps: