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