Skip to content

chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 #106

chore(deps): bump actions/checkout from 4.1.2 to 4.1.3

chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 #106

# @todo: sync with other repositories
---
name: codeowners-merging
on:
pull_request_target:
branches: $default-branch
types: [opened, synchronize, reopened]
issue_comment: { types: created }
pull_request_review: { types: submitted }
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4.1.2
with:
fetch-depth: '1'
submodules: 'recursive'
- name: check if merge was approved by code owner
uses: orta/code-owner-self-merge@1.6.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}