Skip to content

build(deps): bump github.com/cometbft/cometbft from 0.38.17 to 0.38.19 in /integration-tests #1007

build(deps): bump github.com/cometbft/cometbft from 0.38.17 to 0.38.19 in /integration-tests

build(deps): bump github.com/cometbft/cometbft from 0.38.17 to 0.38.19 in /integration-tests #1007

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 }}