Gather issues stats #108
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Gather issues stats | |
on: | |
schedule: | |
- cron: '0 3 * * 1' | |
jobs: | |
rebuild: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
ref: main | |
- uses: actions/setup-python@v5 | |
with: | |
python-version: "3.11" | |
- name: Install dependencies | |
run: pip install -r scripts/requirements.txt | |
- name: Build statistics | |
run: python3 scripts/issue-stats.py | |
env: | |
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | |
- uses: stefanzweifel/git-auto-commit-action@v5 | |
name: Commit downloaded fonts and data |