mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
chore: fix pr-stat error (#42893)
This commit is contained in:
parent
84e44d16c0
commit
2459d074a9
3
.github/workflows/pr-stat.yml
vendored
3
.github/workflows/pr-stat.yml
vendored
@ -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…
Reference in New Issue
Block a user