Skip to content

Commit cdd58b6

Browse files
committed
fiddle with pr-stats config
1 parent 6de7139 commit cdd58b6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pr-stats.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Pull Request Stats
22

33
on:
4-
pull_request:
5-
workflow_dispatch:
64
push:
75

86
jobs:
@@ -14,10 +12,10 @@ jobs:
1412
uses: flowwer-dev/pull-request-stats@master
1513
with:
1614
organization: 'stackhpc'
17-
period: 90
15+
period: 365
1816
charts: true
1917
#disableLinks: true
20-
sortBy: 'COMMENTS'
18+
# sortBy: 'COMMENTS'
2119

2220
- name: Display markdown
2321
run: echo '${{ steps.stats.outputs.resultsMd }}'

0 commit comments

Comments
 (0)