From fb2d98caaae0797db2efad7a987a613dffe61c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Fri, 26 Jul 2024 22:23:54 +0200 Subject: [PATCH] Give the draft updater workflow pull requests write permission --- .github/workflows/update_draft_features_weekly.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update_draft_features_weekly.yml b/.github/workflows/update_draft_features_weekly.yml index 29b7183df52..39ebd7e91d1 100644 --- a/.github/workflows/update_draft_features_weekly.yml +++ b/.github/workflows/update_draft_features_weekly.yml @@ -6,6 +6,9 @@ on: - cron: '30 5 * * 1' workflow_dispatch: +permissions: + pull-requests: write + jobs: update-drafts: runs-on: ubuntu-latest