Skip to content

Bump github.com/grafana/loki/v3 from 3.0.0-20250221202516-b37eefe24f82 to 3.5.7 in /wasp #218

Bump github.com/grafana/loki/v3 from 3.0.0-20250221202516-b37eefe24f82 to 3.5.7 in /wasp

Bump github.com/grafana/loki/v3 from 3.0.0-20250221202516-b37eefe24f82 to 3.5.7 in /wasp #218

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