diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml new file mode 100644 index 000000000000..13ad873a4c28 --- /dev/null +++ b/.github/workflows/stats.yml @@ -0,0 +1,19 @@ +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: true + sortBy: 'REVIEWS' + - name: Recap changes + uses: flowwer-dev/recap@main