Skip to content

Updating the semgrep.json file with the new rules. #806

Updating the semgrep.json file with the new rules.

Updating the semgrep.json file with the new rules. #806

name: 'Codeowners merging'
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 merge check'
uses: 'OSS-Docs-Tools/code-owner-self-merge@7c66472de8c7189f4ab4110e9fcc3e7944cad5f6'
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
with:
merge_method: 'squash'
ownerNoPings: '["@hyperupcall"]'