diff --git a/.github/workflows/pr-stats.yml b/.github/workflows/pr-stats.yml new file mode 100644 index 00000000..92e7a64e --- /dev/null +++ b/.github/workflows/pr-stats.yml @@ -0,0 +1,23 @@ +name: Pull Request Stats + +on: + pull_request: + workflow_dispatch: + push: + +jobs: + stats: + runs-on: ubuntu-latest + steps: + - name: Run pull request stats + id: stats + uses: flowwer-dev/pull-request-stats@master + with: + organization: 'stackhpc' + period: 90 + charts: true + #disableLinks: true + sortBy: 'COMMENTS' + + - name: Display markdown + run: echo '${{ steps.stats.outputs.resultsMd }}'