Bump the backport-dependencies group across 1 directory with 48 updates #3093
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_target | |
jobs: | |
auto-approve: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
if: github.actor == 'dependabot[bot]' | |
steps: | |
- uses: hmarr/auto-approve-action@da92209ac68d76fd20af3efa5268a5e8fafb91d9 | |
with: | |
github-token: ${{secrets.GITHUB_TOKEN}} |