chore(deps): bump JasonEtco/create-an-issue from 2.9.1 to 2.9.2 #95
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/[email protected] | |
with: | |
fetch-depth: '1' | |
submodules: 'recursive' | |
- name: check if merge was approved by code owner | |
uses: orta/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |