Skip to content

Commit 81b42d6

Browse files
committed
feat(ci): codeowners review analysis
1 parent 1b6b85c commit 81b42d6

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: "CodeOwners Review Analysis"
2+
3+
on:
4+
pull_request_review:
5+
6+
jobs:
7+
analyze-reviews:
8+
name: "Enforce"
9+
runs-on: ubuntu-latest
10+
permissions:
11+
actions: read
12+
contents: read
13+
pull-requests: write
14+
steps:
15+
- name: CODEOWNERS Review Analysis
16+
if: contains(github.event.pull_request.labels.*.name, 'analyze-reviews')
17+
uses: smartcontractkit/.github/actions/codeowners-review-analysis@feat/codeowners-analysis
18+
env:
19+
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)