Skip to content

Commit eaac4f8

Browse files
Remove scripts from source code distribution (#2593)
Move top ranking script to .github/workflows Update path to script in corresponding action Fix #2520
1 parent 1e3dc5f commit eaac4f8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/top-ranked-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
3232
- name: Run update_top_ranking_issues.py
3333
run: |
34-
python ./scripts/update_top_ranking_issues.py
34+
python .github/workflows/update_top_ranking_issues.py

0 commit comments

Comments
 (0)