From 6418481e1b5c68b4bfa1964748e4cc8cb4ba80c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Fri, 9 Aug 2024 09:35:55 +0200 Subject: [PATCH] Revert "Give the draft updater workflow pull requests write permission (#1517)" This reverts commit 5ad50627090233038bc992cfb0af524c4932e008. --- .github/workflows/update_draft_features_weekly.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/update_draft_features_weekly.yml b/.github/workflows/update_draft_features_weekly.yml index 39ebd7e91d1..29b7183df52 100644 --- a/.github/workflows/update_draft_features_weekly.yml +++ b/.github/workflows/update_draft_features_weekly.yml @@ -6,9 +6,6 @@ on: - cron: '30 5 * * 1' workflow_dispatch: -permissions: - pull-requests: write - jobs: update-drafts: runs-on: ubuntu-latest