Skip to content

Bump @babel/traverse from 7.9.0 to 7.23.2 #491

Bump @babel/traverse from 7.9.0 to 7.23.2

Bump @babel/traverse from 7.9.0 to 7.23.2 #491

Workflow file for this run

# NOTE: this file is managed by ros-tooling/repo-configs, don't edit it manually
name: Auto approve
on:
pull_request_target:
types: [labeled]
jobs:
# Auto-approve dependabot PRs since this repo requires at least one approving review.
# Dependabot will automatically merge minor version upgrades
# (see .dependabot/config.yml for more info).
auto-approve-dependabot:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependencies')
steps:
- uses: hmarr/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
auto-approve-file-sync:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'ros-tooling-bot' && contains(github.event.pull_request.labels.*.name, 'file-sync')
steps:
- uses: hmarr/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"