[M] Rename /merging to /tools
This commit is contained in:
parent
97cbdecb5e
commit
47c32f07d7
6 changed files with 1 additions and 0 deletions
0
deploy.sh → tools/deploy.sh
Executable file → Normal file
0
deploy.sh → tools/deploy.sh
Executable file → Normal file
|
@ -21,6 +21,7 @@ def obtain_resolved():
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
# Obtain a list of resolved issues
|
# Obtain a list of resolved issues
|
||||||
resolved = set(obtain_resolved())
|
resolved = set(obtain_resolved())
|
||||||
|
print(f'There are {len(resolved)} resolved PRs')
|
||||||
|
|
||||||
# Read the ignore-list
|
# Read the ignore-list
|
||||||
with open(Path(__file__).parent / "pull_request_markings.yaml") as stream:
|
with open(Path(__file__).parent / "pull_request_markings.yaml") as stream:
|
Loading…
Reference in a new issue