From 2459d074a9c8155523ba87b650320087d2e35bb3 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 7 Jun 2023 16:31:15 +0800 Subject: [PATCH] chore: fix pr-stat error (#42893) --- .github/workflows/pr-stat.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr-stat.yml b/.github/workflows/pr-stat.yml index 254294626b..fc3572851e 100644 --- a/.github/workflows/pr-stat.yml +++ b/.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