From ead960c041a8df71abe51e5c88de01769139e9d1 Mon Sep 17 00:00:00 2001 From: Kuitos Date: Thu, 17 Aug 2023 11:26:53 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20fix=20pr=20reply=20permission=20?= =?UTF-8?q?error=20(#2601)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-checker.yml | 1 + contributors.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-checker.yml b/.github/workflows/pr-checker.yml index e69cc3f..b5f1d6a 100644 --- a/.github/workflows/pr-checker.yml +++ b/.github/workflows/pr-checker.yml @@ -39,6 +39,7 @@ jobs: needs: read-file permissions: pull-requests: write + issues: write if: contains(fromJSON(needs.read-file.outputs.require-result), github.event.pull_request.user.login) == false && github.event.pull_request.merged == true steps: - uses: actions-cool/maintain-one-comment@v3 diff --git a/contributors.json b/contributors.json index b5f8d36..28ac76f 100644 --- a/contributors.json +++ b/contributors.json @@ -1 +1 @@ -["kuitos", "gongshun"] +["gongshun"]