build(deps): bump @babel/traverse from 7.12.0 to 7.23.2 #21
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
name: merge | |
on: | |
pull_request_target: | |
branches: | |
- master | |
types: | |
- opened | |
issue_comment: | |
types: | |
- created | |
pull_request_review: | |
types: | |
- submitted | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: add reaction | |
uses: khan/[email protected] | |
id: check | |
with: | |
trigger: 'LGTM' | |
reaction: rocket | |
env: | |
GITHUB_TOKEN: ${{ secrets.BOT }} | |
- name: checkout code | |
if: steps.check.outputs.triggered == 'true' | |
uses: actions/[email protected] | |
- name: check if merge was approved by code owner | |
if: steps.check.outputs.triggered == 'true' | |
uses: orta/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ github.token }} |