ant-design/.github/workflows/pr-stat.yml

13 lines
209 B
YAML
Raw Normal View History

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