Skip to content

Bump brace-expansion from 2.0.1 to 2.0.2 in /chains/evm #252

Bump brace-expansion from 2.0.1 to 2.0.2 in /chains/evm

Bump brace-expansion from 2.0.1 to 2.0.2 in /chains/evm #252

name: "CodeOwners Enforcement"
on:
pull_request:
jobs:
enforce-codeowners:
name: "Enforce"
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
pull-requests: write
steps:
- name: CODEOWNERS Sanity Check
uses: smartcontractkit/.github/actions/codeowners-sanity-check@codeowners-sanity-check/v1
env:
GITHUB_TOKEN: ${{ github.token }}