Skip to content

Issue #4465: Update metricshub.json #2383

Issue #4465: Update metricshub.json

Issue #4465: Update metricshub.json #2383

name: 'Maintenance: Codeowners Detection and Mention'
on:
pull_request_target: { types: [opened] }
issue_comment: { types: [created] }
pull_request_review: { types: [submitted] }
jobs:
codeowners-merge:
if: "github.repository == 'SchemaStore/schemastore' && github.event.pull_request.draft == false"
runs-on: ubuntu-latest
permissions: 'write-all'
steps:
- uses: 'actions/checkout@v4'
- name: 'Run Codeowners check'
uses: 'OSS-Docs-Tools/code-owner-self-merge@d085674edba4207f478ff08ff91c7ecf9cbaf767'
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
with:
merge_method: 'squash'
ownerNoPings: '["@hyperupcall"]'