Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/workflows/pr_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,10 @@ name: Pull Request Stats
on:
pull_request:
types: [opened]
workflow_dispatch:

jobs:
stats:
runs-on: ubuntu-latest
steps:
- name: Run pull request stats
uses: flowwer-dev/pull-request-stats@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
period: 30
charts: true
disable-links: true
sort-by: 'COMMENTS'