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"]