Browse Source

chore: fix pr-stat error (#42893)

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

3
.github/workflows/pr-stat.yml

@ -9,6 +9,9 @@ jobs:
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