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:
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:
|
||||
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
|
||||
|
Reference in New Issue
Block a user