Use ros2-testing repo for Jazzy before it's released #78
Workflow file for this run
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: Auto approve | |
on: pull_request | |
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 | |
steps: | |
- uses: hmarr/[email protected] | |
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' | |
with: | |
github-token: "${{ secrets.GITHUB_TOKEN }}" | |