mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-07-26 21:20:32 -05:00
[M] Rename /merging to /tools
This commit is contained in:
parent
97cbdecb5e
commit
47c32f07d7
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__':
|
||||
# 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:
|
||||
Loading…
Reference in New Issue
Block a user