From cfe24e69a06a84ff951aec5992ec0bc53cc50a61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Werner?= Date: Sat, 25 Feb 2023 10:00:31 +0100 Subject: [PATCH] use another labeler --- .github/workflows/auto-labeler.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-labeler.yml b/.github/workflows/auto-labeler.yml index ecd4590a..40926c82 100644 --- a/.github/workflows/auto-labeler.yml +++ b/.github/workflows/auto-labeler.yml @@ -4,7 +4,13 @@ on: types: [ opened, edited, milestoned ] pull_request_target: types: [ opened ] - +permissions: + # Setting up permissions in the workflow to limit the scope of what it can do. Optional! + contents: read + issues: write + pull-requests: write + statuses: write + checks: write jobs: labeler: runs-on: ubuntu-latest