Skip to content

build(deps): bump @babel/traverse from 7.12.0 to 7.23.2 #21

build(deps): bump @babel/traverse from 7.12.0 to 7.23.2

build(deps): bump @babel/traverse from 7.12.0 to 7.23.2 #21

Workflow file for this run

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 }}