1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-16 03:24:13 +02:00

Change permission to allow in-develop labeler to work

This commit is contained in:
Thomas Bui
2022-03-23 23:18:22 -07:00
parent a67472775e
commit 5b4e917d3b

View File

@@ -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