Skip to content

Switch to main repo for Jazzy #81

Switch to main repo for Jazzy

Switch to main repo for Jazzy #81

Workflow file for this run

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