Skip to content

Commit

Permalink
Test github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
denysbutenko committed Oct 3, 2023
1 parent a352242 commit 6a8d552
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/stats.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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

0 comments on commit 6a8d552

Please sign in to comment.