Skip to content

Test Github Workflows #7

Test Github Workflows

Test Github Workflows #7

Workflow file for this run

name: Pull Request Stats
on:
pull_request:
types: [opened, edited]
jobs:
stats:
runs-on: ubuntu-latest
steps:
- name: Run pull request stats
uses: flowwer-dev/pull-request-stats@master
with:
period: 365
charts: true
disableLinks: true
limit: 6
sortBy: 'REVIEWS'