zed/.github/workflows/update_weekly_top_ranking_issues.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
595 B
YAML
Raw Normal View History

2024-01-24 17:26:15 +00:00
on:
schedule:
- cron: "0 15 * * *"
workflow_dispatch:
2024-01-24 17:26:15 +00:00
jobs:
update_top_ranking_issues:
runs-on: ubuntu-latest
if: github.repository_owner == 'zed-industries'
steps:
- uses: actions/checkout@v4
2024-04-05 12:22:44 +00:00
- uses: actions/setup-python@v5
with:
2024-04-05 12:24:00 +00:00
python-version: "3.11"
architecture: "x64"
cache: "pip"
- run: pip install -r script/update_top_ranking_issues/requirements.txt
2024-04-05 12:17:55 +00:00
- run: python script/update_top_ranking_issues/main.py --github-token ${{ secrets.GITHUB_TOKEN }} --issue-reference-number 6952 --query-day-interval 7