Browse Source

Delete pr-stat.yml (#42918)

pull/42935/head
afc163 1 year ago
committed by GitHub
parent
commit
dae8cc279d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 17
      .github/workflows/pr-stat.yml

17
.github/workflows/pr-stat.yml

@ -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
Loading…
Cancel
Save