There was an error while loading. Please reload this page.
1 parent db7e6aa commit c1f1decCopy full SHA for c1f1dec
1 file changed
.github/workflows/react-doctor.yml
@@ -3,10 +3,14 @@ name: React Doctor
3
on:
4
pull_request:
5
branches: [master]
6
+ push:
7
+ branches: [master]
8
9
permissions:
10
contents: read
11
pull-requests: write
12
+ issues: write
13
+ statuses: write
14
15
concurrency:
16
group: react-doctor-${{ github.event.pull_request.number || github.ref }}
@@ -18,7 +22,8 @@ jobs:
18
22
steps:
19
23
- uses: actions/checkout@v7
20
24
with:
25
+ fetch-depth: 0
21
26
persist-credentials: false
- - uses: millionco/react-doctor@0b4f4f4bd248a154e64eb508a48347f71154b3f3
27
+ - uses: millionco/react-doctor@01820bb4fd4d0a4aebcd8df2b2a143a098649cb2
28
29
version: 0.7.4
0 commit comments