afc163
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
.github/workflows/pr-stat.yml
|
@ -9,6 +9,9 @@ jobs: |
|
|
continue-on-error: true |
|
|
continue-on-error: true |
|
|
if: github.repository == 'ant-design/ant-design' |
|
|
if: github.repository == 'ant-design/ant-design' |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
permissions: |
|
|
|
|
|
contents: read |
|
|
|
|
|
pull-requests: write |
|
|
steps: |
|
|
steps: |
|
|
- name: Run pull request stats |
|
|
- name: Run pull request stats |
|
|
uses: flowwer-dev/pull-request-stats@master |
|
|
uses: flowwer-dev/pull-request-stats@master |
|
|