chore: add pull-request-stats workflows (#42579)

* chore: add issues and prs stat workflows

* Delete issue-stat.yml

* Update README.md
This commit is contained in:
afc163 2023-05-26 14:56:10 +08:00 committed by GitHub
parent 1990b8e708
commit ce6d6d4e61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.github/workflows/pr-stat.yml vendored Normal file
View File

@ -0,0 +1,12 @@
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