mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 14:45:23 +01:00
19 lines
359 B
YAML
19 lines
359 B
YAML
name: Pull Request Stats
|
|
|
|
on:
|
|
pull_request:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
stats:
|
|
runs-on: ubuntu-latest
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|
|
steps:
|
|
- name: Run pull request stats
|
|
uses: flowwer-dev/pull-request-stats@v2.11.0
|
|
with:
|
|
period: 30 # 30 days of review stats
|
|
charts: true
|