Skip to content
Open
Show file tree
Hide file tree
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
Binary file added .github/.DS_Store
Binary file not shown.
14 changes: 14 additions & 0 deletions .github/workflows/pull_request_stats.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# The GitHub Action will show the pull request stats for the repo.

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