mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
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:
parent
1990b8e708
commit
ce6d6d4e61
12
.github/workflows/pr-stat.yml
vendored
Normal file
12
.github/workflows/pr-stat.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user