Merge pull request #6993 from lightningnetwork/pr-stats-please-work

build: add PR stats to github workflow
This commit is contained in:
Olaoluwa Osuntokun 2022-10-06 17:44:09 -07:00 committed by GitHub
commit b2c78d9488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/stats.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Pull Request Stats
on:
pull_request:
types: [opened]
jobs:
stats:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Run pull request stats
uses: flowwer-dev/pull-request-stats@v2.5.0
with:
period: 30 # 30 days of review stats
charts: true