Skip to content

Commit

Permalink
Merge pull request #1695 from dedis/pr-stats-gitaction
Browse files Browse the repository at this point in the history
Added PR Stat github action
  • Loading branch information
K1li4nL authored Oct 9, 2023
2 parents 7141b2e + d310721 commit 79a6462
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/stats.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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: false
sortBy: 'REVIEWS'

0 comments on commit 79a6462

Please sign in to comment.