mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
Delete pr-stat.yml (#42918)
This commit is contained in:
parent
87ee19e698
commit
dae8cc279d
17
.github/workflows/pr-stat.yml
vendored
17
.github/workflows/pr-stat.yml
vendored
@ -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…
Reference in New Issue
Block a user