We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b6b85c commit 81b42d6Copy full SHA for 81b42d6
1 file changed
.github/workflows/codeowners-review-analysis.yml
@@ -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