From 9ce4caa344d6c92bc41419d5f443faaaa987f601 Mon Sep 17 00:00:00 2001 From: Kuitos Date: Thu, 17 Aug 2023 11:40:47 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20fix=20pr=20reply=20permission=20?= =?UTF-8?q?error?= 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 a02dd5a..58b1cf6 100644 --- a/.github/workflows/pr-checker.yml +++ b/.github/workflows/pr-checker.yml @@ -39,6 +39,7 @@ jobs: needs: read-file permissions: issues: write + pull-requests: 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 28ac76f..b5f8d36 100644 --- a/contributors.json +++ b/contributors.json @@ -1 +1 @@ -["gongshun"] +["kuitos", "gongshun"]