Skip to content

Commit a0a7869

Browse files
committed
Update crs-actions
1 parent 35818be commit a0a7869

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/crs.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- "**" # This will match pull requests targeting any branch
77

88
permissions:
9+
contents: read
910
pull-requests: write
1011

1112
jobs:
@@ -14,13 +15,21 @@ jobs:
1415
steps:
1516
- name: Checkout
1617
uses: actions/checkout@v4
18+
1719
- 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
1921
with:
2022
crs-version: 0.0.20250705
23+
2124
- name: Install reviewdog
2225
uses: reviewdog/action-setup@v1
26+
2327
- 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
2534
with:
2635
crs-config: .github/crs-config.json

0 commit comments

Comments
 (0)