Skip to content

Commit 1bc7ded

Browse files
authored
Dogfood Bomly review action
1 parent 1b16bac commit 1bc7ded

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.github/workflows/bomly-review.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Bomly Review
2+
3+
on:
4+
pull_request:
5+
6+
permissions:
7+
contents: read
8+
pull-requests: write
9+
issues: write
10+
11+
jobs:
12+
review:
13+
runs-on: ubuntu-latest
14+
timeout-minutes: 15
15+
steps:
16+
- name: Check out repository
17+
uses: actions/checkout@v5
18+
with:
19+
fetch-depth: 0
20+
21+
- name: Review dependency changes
22+
uses: bomly-dev/bomly-review-action@v1
23+
with:
24+
fail-on-severity: high
25+
comment-summary-in-pr: always

0 commit comments

Comments
 (0)