From f1cd416dcfca73edfdd4ff78dadc5877fd9bf2b1 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Tue, 27 Apr 2021 09:58:56 +0200 Subject: [PATCH] Allow comments workflow appropriate permission (#5258) --- .github/workflows/mypy_primer_comment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mypy_primer_comment.yml b/.github/workflows/mypy_primer_comment.yml index d4fb156fd..4ea87a5cf 100644 --- a/.github/workflows/mypy_primer_comment.yml +++ b/.github/workflows/mypy_primer_comment.yml @@ -10,6 +10,7 @@ on: permissions: contents: read + issues: write jobs: mypy_primer: