Skip to content

fiddle with pr-stats config #8

fiddle with pr-stats config

fiddle with pr-stats config #8

Workflow file for this run

name: Pull Request Stats
on:
push:
jobs:
stats:
runs-on: ubuntu-latest
steps:
- name: Run pull request stats
id: stats
uses: flowwer-dev/pull-request-stats@master
with:
organization: 'stackhpc'
period: 365
charts: true
#disableLinks: true
# sortBy: 'COMMENTS'
- name: Display markdown
run: echo '${{ steps.stats.outputs.resultsMd }}'