diff --git a/.github/workflows/pr-checker.yml b/.github/workflows/pr-checker.yml index e69cc3fb7..b5f1d6a5e 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 b5f8d36ab..28ac76faf 100644 --- a/contributors.json +++ b/contributors.json @@ -1 +1 @@ -["kuitos", "gongshun"] +["gongshun"]