mirror of
https://github.com/konpa/devicon.git
synced 2025-08-16 11:35:11 +02:00
Change permission to allow in-develop labeler to work
This commit is contained in:
5
.github/workflows/in_develop_labeler.yml
vendored
5
.github/workflows/in_develop_labeler.yml
vendored
@@ -2,6 +2,11 @@ name: Label Issue In Develop
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [closed]
|
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:
|
jobs:
|
||||||
label:
|
label:
|
||||||
name: Label Issue In Develop
|
name: Label Issue In Develop
|
||||||
|
Reference in New Issue
Block a user