Skip to content

Pull Request Stats #224

Pull Request Stats

Pull Request Stats #224

Workflow file for this run

name: Pull Request Stats
on:
schedule:
- cron: '12 1 * * *'
workflow_dispatch:
jobs:
stats:
runs-on: ubuntu-latest
steps:
- name: Run pull request stats
id: prstats
uses: flowwer-dev/[email protected]
with:
token: ${{ secrets.ADD_A_PERSONAL_ACCESS_TOKEN }}
organization: 'kubeservice-stack'
period: 7
charts: false
disable-links: true
sort-by: 'COMMENTS'