Skip to content

CodeOwners Review Analysis #1

CodeOwners Review Analysis

CodeOwners Review Analysis #1

name: "CodeOwners Review Analysis"
on:
pull_request_review:
jobs:
analyze-reviews:
name: "Enforce"
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
pull-requests: write
steps:
- name: CODEOWNERS Review Analysis
if: contains(github.event.pull_request.labels.*.name, 'analyze-reviews')
uses: smartcontractkit/.github/actions/codeowners-review-analysis@feat/codeowners-analysis
env:
GITHUB_TOKEN: ${{ github.token }}