1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Add milestone automatically to release PRs (#6681)

Signed-off-by: Sebastian Malton <sebastian@malton.name>

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-12-01 06:22:06 -08:00 committed by GitHub
parent 432fc5c0c2
commit 693f6ea9a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -297,6 +297,7 @@ const createPrArgs = [
"--title", `Release ${newVersion.format()}`, "--title", `Release ${newVersion.format()}`,
"--label", "skip-changelog", "--label", "skip-changelog",
"--label", "release", "--label", "release",
"--milestone", `${newVersion.major}.${newVersion.minor}.${newVersion.patch}`,
"--body-file", "-", "--body-file", "-",
]; ];