Delete pr-stat.yml (#42918)

This commit is contained in:
afc163 2023-06-08 12:02:26 +08:00 committed by GitHub
parent 87ee19e698
commit dae8cc279d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +0,0 @@
name: Pull Request Stats
on:
pull_request:
types: [opened]
jobs:
stats:
continue-on-error: true
if: github.repository == 'ant-design/ant-design'
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Run pull request stats
uses: flowwer-dev/pull-request-stats@master