chore(deps): bump renovatebot/github-action from 40.3.1 to 40.3.4 #118
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# @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.2.0 | |
with: | |
fetch-depth: '1' | |
submodules: 'recursive' | |
- name: check if merge was approved by code owner | |
uses: orta/code-owner-self-merge@1.6.6 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |