[M] Rename /merging to /tools

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-08-01 11:52:40 -04:00
parent 97cbdecb5e
commit 47c32f07d7
6 changed files with 1 additions and 0 deletions

0
deploy.sh → tools/deploy.sh Executable file → Normal file
View file

View file

@ -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: