Skip to content

Bump @octokit/webhooks from 12.1.2 to 13.1.0 #19

Bump @octokit/webhooks from 12.1.2 to 13.1.0

Bump @octokit/webhooks from 12.1.2 to 13.1.0 #19

name: Codeowners merging
on:
pull_request_target: { types: opened }
issue_comment: { types: created }
pull_request_review: { types: submitted }
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Codeowners merge check
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: javalin/codeowner-selfmerge-action@master