From 2c8cb605961bf76a88f9c21624893e4368ac3638 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Tue, 27 Apr 2021 09:05:20 -0700 Subject: [PATCH] Fix permissions for mypy-primer-comments (#5259) Based on https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions --- .github/workflows/mypy_primer_comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mypy_primer_comment.yml b/.github/workflows/mypy_primer_comment.yml index 4ea87a5cf..2acfff7b3 100644 --- a/.github/workflows/mypy_primer_comment.yml +++ b/.github/workflows/mypy_primer_comment.yml @@ -10,7 +10,7 @@ on: permissions: contents: read - issues: write + pull-requests: write jobs: mypy_primer: