Browse Source

[M] Rename /merging to /tools

Azalea (on HyDEV-Daisy) 3 years ago
parent
commit
47c32f07d7

+ 0 - 0
merging/accept_upstream.py → tools/accept_upstream.py


+ 0 - 0
test.py → tools/colors_test.py


+ 0 - 0
deploy.sh → tools/deploy.sh


+ 1 - 0
merging/list_unresolved.py → tools/list_unresolved.py

@@ -21,6 +21,7 @@ def obtain_resolved():
 if __name__ == '__main__':
     # Obtain a list of resolved issues
     resolved = set(obtain_resolved())
+    print(f'There are {len(resolved)} resolved PRs')
 
     # Read the ignore-list
     with open(Path(__file__).parent / "pull_request_markings.yaml") as stream:

+ 0 - 0
merging/pull_request_markings.yaml → tools/pull_request_markings.yaml


+ 0 - 0
merging/reformat_readme.py → tools/reformat_readme.py