From edf6bd51b4b2edc920dc35528cb4d0fc6c2450fc Mon Sep 17 00:00:00 2001 From: Mews <60406199+Mews@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:53:27 +0100 Subject: [PATCH] Give format workflow pull requests write permissions --- .github/workflows/format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 0026610..369b049 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -10,5 +10,6 @@ jobs: permissions: contents: write + pull-requests: write uses: Mews/.github/.github/workflows/format-python.yaml@main \ No newline at end of file