zed/.github/workflows/update_all_top_ranking_issues.yml

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

19 lines
660 B
YAML
Raw Normal View History

2024-01-24 17:26:15 +00:00
on:
schedule:
- cron: "0 */12 * * *"
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # 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 5393