Skip to content

Test Github Workflows #1

Test Github Workflows

Test Github Workflows #1

Workflow file for this run

name: Pull Request Stats
on:
pull_request:
types: [opened]
jobs:
stats:
runs-on: ubuntu-latest
steps:
- name: Run pull request stats
uses: flowwer-dev/pull-request-stats@master
with:
period: 30
charts: true
disableLinks: true
sortBy: 'REVIEWS'
- name: Recap changes
uses: flowwer-dev/recap@main