Skip to content

Commit 6977a9e

Browse files
committed
Show config
1 parent 2068fbf commit 6977a9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/set_up_labeler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def main():
1919
projects = read_projects()
2020
config = get_labeler_config(projects)
2121
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"))
2223

2324

2425
def read_projects() -> list[str]:

0 commit comments

Comments
 (0)