Is it possible to add a label for major version upgrades? #3144
-
Hi Scala-Steward team, Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Ok, so i went through the code and then realized that there are labels adding to the PR description as early-semver-major and so on. However, these are not added as label in github PR. Is there any config available to add the label to the PR ? I checked the file
I can see the label info in the PR description:
But there are no labels in the PR. I think I am missing out something obvious, could someone help me? |
Beta Was this translation helpful? Give feedback.
Hey @yadavan88, Scala Steward only adds labels to the PR (as GitHub labels, apart from description) if flag
--add-labels
is added when running the CLI. How are you running Scala Steward? If you are using the GitHub Action you can just use theother-args
input (or contribute the-add-labels
one 😉).