1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-11 17:14:27 +02:00

Bugfix/fix in-develop labeler (#1410)

* fix issue not being labeled with in-develop

* restrict to only run on merge to develop

* Remove Python setup

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>

---------

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Jørgen Kalsnes Hagen
2023-04-26 18:44:36 +02:00
committed by GitHub
parent ed1798836c
commit 70df11eef5
5 changed files with 69 additions and 10 deletions

View File

@@ -82,7 +82,7 @@ def get_in_develop_labeler_args():
help="The GitHub token to access the GitHub REST API.",
type=str)
parser.add_argument("body",
help="The PR's initial comment by the author AKA the `body` attribute of the `pull_request` API object.",
parser.add_argument("pr_num",
help="The PR's number",
type=str)
return parser.parse_args()