Skip to content

abc-supply-plan-8.0.0.json #2736

abc-supply-plan-8.0.0.json

abc-supply-plan-8.0.0.json #2736

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: 'fox-forks/code-owner-self-merge@hyperupcall-hyperupcall-review-comments-errors'
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
with:
merge_method: 'squash'
ownerNoPings: '["@hyperupcall"]'