From 5b4e917d3b4f90053ccfa34de61aeb47c7c9be20 Mon Sep 17 00:00:00 2001 From: Thomas Bui Date: Wed, 23 Mar 2022 23:18:22 -0700 Subject: [PATCH] Change permission to allow in-develop labeler to work --- .github/workflows/in_develop_labeler.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/in_develop_labeler.yml b/.github/workflows/in_develop_labeler.yml index 61b7b433..65868f36 100644 --- a/.github/workflows/in_develop_labeler.yml +++ b/.github/workflows/in_develop_labeler.yml @@ -2,6 +2,11 @@ name: Label Issue In Develop on: pull_request: types: [closed] +# solution taken from https://github.com/actions/first-interaction/issues/10#issuecomment-1041402989 +# this allows this workflow to label the PRs to have the `in-develop` label +permissions: + contents: write + pull-requests: write jobs: label: name: Label Issue In Develop