Skip to content

Commit 21edc61

Browse files
authored
Rooster config: ignore PRs labelled documentation or playground when generating the changelog (#1360)
We usually omit playground-related changes and docs changes from the ty changelog
1 parent 09e2963 commit 21edc61

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ version-files = [
106106
]
107107
submodules = ["ruff"]
108108
require-labels = [{ submodule = "ruff", labels = ["ty"] }]
109-
ignore-labels = ["internal", "testing", "ci"]
109+
ignore-labels = ["internal", "testing", "ci", "playground", "documentation"]
110110
major-labels = [] # We do not use the major version number yet
111111
minor-labels = [] # We do not use the minor version number yet
112112
version-format = "cargo"
@@ -117,7 +117,6 @@ trim-title-prefixes = ["[ty]"]
117117
"Breaking changes" = ["breaking"]
118118
"Preview features" = ["preview"]
119119
"Bug fixes" = ["bug"]
120-
"Server" = ["server"]
120+
"LSP server" = ["server"]
121121
"CLI" = ["cli"]
122122
"Configuration" = ["configuration"]
123-
"Documentation" = ["documentation"]

0 commit comments

Comments
 (0)