update_weekly_top_ranking_issues.yml
1on:
2 schedule:
3 - cron: "0 15 * * *"
4 workflow_dispatch:
5
6jobs:
7 update_top_ranking_issues:
8 runs-on: ubuntu-latest
9 steps:
10 - uses: actions/checkout@v4
11 - uses: actions/setup-python@v4
12 with:
13 python-version: "3.10.5"
14 architecture: "x64"
15 cache: "pip"
16 - run: pip install -r script/update_top_ranking_issues/requirements.txt
17 - run: python script/update_top_ranking_issues/main.py 6952 --github-token ${{ secrets.GITHUB_TOKEN }} --prod --query-day-interval 7