Skip to content

Commit 435a38f

Browse files
authored
Add PR stats
1 parent cd92fea commit 435a38f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/prstats.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Pull Request Stats
2+
3+
on: pull_request
4+
5+
jobs:
6+
stats:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Run pull request stats
10+
uses: flowwer-dev/pull-request-stats@master
11+
with:
12+
period: 180
13+
charts: true
14+
sort-by: TIME
15+
telemtry: false

0 commit comments

Comments
 (0)