mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-16 18:09:22 +08:00
14 lines
262 B
YAML
14 lines
262 B
YAML
name: Pull Request Stats
|
|
|
|
on:
|
|
pull_request:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
stats:
|
|
if: github.repository == 'ant-design/ant-design'
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Run pull request stats
|
|
uses: flowwer-dev/pull-request-stats@master
|