From 9267d74ede7efdc46434eec1d69423b1b0ca617c Mon Sep 17 00:00:00 2001 From: Nick Fyson Date: Thu, 12 Aug 2021 12:33:42 +0100 Subject: [PATCH] add specific permissions to the labeler-triage workflow --- .github/workflows/labeler-triage.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/labeler-triage.yml b/.github/workflows/labeler-triage.yml index ce0cff3..eba05f0 100644 --- a/.github/workflows/labeler-triage.yml +++ b/.github/workflows/labeler-triage.yml @@ -1,4 +1,9 @@ name: "Pull Request Labeler" + +permissions: + contents: read + pull-requests: write + on: - pull_request_target