diff --git a/.github/workflows/pr-code-format.yml b/.github/workflows/pr-code-format.yml index f2bb37316d3a8..fda5b6d96e78c 100644 --- a/.github/workflows/pr-code-format.yml +++ b/.github/workflows/pr-code-format.yml @@ -2,6 +2,8 @@ name: "Check code formatting" permissions: contents: read + issues: write + pull-requests: write on: pull_request: