From 15b580410269aee31d71d8d3cc7f0e1df49ef563 Mon Sep 17 00:00:00 2001 From: Benedikt Volkel Date: Fri, 23 Feb 2024 15:42:21 +0100 Subject: [PATCH] [WF] Take back unneccessary permissions --- .github/workflows/async-auto-label.yml | 3 +-- .github/workflows/async-list-label.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/async-auto-label.yml b/.github/workflows/async-auto-label.yml index 8ec0659ca..b0a17c7fa 100644 --- a/.github/workflows/async-auto-label.yml +++ b/.github/workflows/async-auto-label.yml @@ -7,8 +7,7 @@ name: Apply requested async label - created - edited -permissions: - pull-requests: write # to update labels +permissions: {} jobs: apply_async_labels: diff --git a/.github/workflows/async-list-label.yml b/.github/workflows/async-list-label.yml index 97144b6b1..6b6f6f57d 100644 --- a/.github/workflows/async-list-label.yml +++ b/.github/workflows/async-list-label.yml @@ -9,8 +9,7 @@ name: Collect and print async labels branches: - master -permissions: - pull-requests: write # to update labels +permissions: {} jobs: list_async_labels: