From a722775a71973b250d94d6d2646dc29f8acbf451 Mon Sep 17 00:00:00 2001 From: rarlala Date: Sun, 15 Sep 2024 01:55:54 +0900 Subject: [PATCH] bugfix: edit workflow issue --- .github/workflows/pr-automation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index 3a670f0..461cc87 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -4,6 +4,9 @@ on: pull_request: types: [opened, edited, reopened] +permissions: + pull-requests: write + jobs: automate-pr: runs-on: ubuntu-latest