Skip to content

PR-TIMER

PR-TIMER #36

name: PR-TIMER
on:
schedule:
- cron: '55 1 * * 3' #Runs at 06:06 UTC on Mon
jobs:
calculate-stats:
runs-on: ubuntu-latest
steps:
- name: Run simple-pr-stats
uses: akwodkiewicz/[email protected]
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
days_back: 40
- name: Run all-pr-stats
uses: akwodkiewicz/[email protected]
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
days_back: 360