mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-15 15:39:07 +02:00
Merge pull request #6993 from lightningnetwork/pr-stats-please-work
build: add PR stats to github workflow
This commit is contained in:
commit
b2c78d9488
17
.github/workflows/stats.yml
vendored
Normal file
17
.github/workflows/stats.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user