We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2068fbf commit 6977a9eCopy full SHA for 6977a9e
scripts/set_up_labeler.py
@@ -19,6 +19,7 @@ def main():
19
projects = read_projects()
20
config = get_labeler_config(projects)
21
LABELER_CONFIG_PATH.write_text(yaml.safe_dump(config, sort_keys=False), encoding="utf-8")
22
+ print(LABELER_CONFIG_PATH.read_text(encoding="utf-8"))
23
24
25
def read_projects() -> list[str]:
0 commit comments