Skip to content

Commit c1f1dec

Browse files
committed
ci: fix React Doctor workflow
1 parent db7e6aa commit c1f1dec

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/react-doctor.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ name: React Doctor
33
on:
44
pull_request:
55
branches: [master]
6+
push:
7+
branches: [master]
68

79
permissions:
810
contents: read
911
pull-requests: write
12+
issues: write
13+
statuses: write
1014

1115
concurrency:
1216
group: react-doctor-${{ github.event.pull_request.number || github.ref }}
@@ -18,7 +22,8 @@ jobs:
1822
steps:
1923
- uses: actions/checkout@v7
2024
with:
25+
fetch-depth: 0
2126
persist-credentials: false
22-
- uses: millionco/react-doctor@0b4f4f4bd248a154e64eb508a48347f71154b3f3
27+
- uses: millionco/react-doctor@01820bb4fd4d0a4aebcd8df2b2a143a098649cb2
2328
with:
2429
version: 0.7.4

0 commit comments

Comments
 (0)