name: Pull Request Stats on: # yamllint disable-line rule:truthy workflow_dispatch: jobs: stats: runs-on: ubuntu-latest steps: - name: Run pull request stats uses: flowwer-dev/pull-request-stats@master with: token: ${{ secrets.GITHUB_TOKEN }} organization: 'piedpiper' period: 7 charts: true disableLinks: true sortBy: 'COMMENTS'