diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml new file mode 100644 index 0000000000..e05a5ed348 --- /dev/null +++ b/.github/workflows/stats.yml @@ -0,0 +1,17 @@ +name: Pull Request Stats + +on: + pull_request: + types: [opened] + +jobs: + stats: + runs-on: ubuntu-latest + steps: + - name: Run pull request stats + uses: flowwer-dev/pull-request-stats@master + with: + period: 30 + charts: true + disableLinks: false + sortBy: 'REVIEWS' \ No newline at end of file