File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 6
6
- " **" # This will match pull requests targeting any branch
7
7
8
8
permissions :
9
+ contents : read
9
10
pull-requests : write
10
11
11
12
jobs :
@@ -14,13 +15,21 @@ jobs:
14
15
steps :
15
16
- name : Checkout
16
17
uses : actions/checkout@v4
18
+
17
19
- name : Install crs
18
- uses : mbarbin/crs-actions/setup-crs@v1.0.0-alpha.4
20
+ uses : mbarbin/crs-actions/setup-crs@v1.0.0-alpha.5
19
21
with :
20
22
crs-version : 0.0.20250705
23
+
21
24
- name : Install reviewdog
22
25
uses : reviewdog/action-setup@v1
26
+
23
27
- name : Comment on CRs in PR
24
- uses : mbarbin/crs-actions/comment-crs-in-pr@v1.0.0-alpha.4
28
+ uses : mbarbin/crs-actions/comment-crs-in-pr@v1.0.0-alpha.5
29
+ with :
30
+ crs-config : .github/crs-config.json
31
+
32
+ - name : Summarize CRs in PR
33
+ uses : mbarbin/crs-actions/summarize-crs-in-pr@v1.0.0-alpha.5
25
34
with :
26
35
crs-config : .github/crs-config.json
You can’t perform that action at this time.
0 commit comments