diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index a0724b1..4bda74a 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -21,6 +21,7 @@ on: permissions: contents: read pull-requests: write # needed to post/update the summary comment + issues: write # needed to create/update issue comments via the Issues API # If an author pushes several times quickly, only check the latest commit. concurrency: