From 96b723e63f0ae27709d3da0e293e4b6cca762226 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Tue, 27 Apr 2021 08:36:48 -0700 Subject: [PATCH] Fix permissions for mypy-primer-comments 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 4ea87a5cfbbb..2acfff7b3bc2 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: