Skip to content

Bump follow-redirects from 1.15.5 to 1.15.6 in /frontend #9

Bump follow-redirects from 1.15.5 to 1.15.6 in /frontend

Bump follow-redirects from 1.15.5 to 1.15.6 in /frontend #9

Workflow file for this run

name: Dependabot Approve & Merge
on:
pull_request_target:
branches: ["main"]
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
permissions: write-all
environment: dependabot
steps:
- name: Fetch Dependabot Metadata
id: metadata
uses: dependabot/fetch-metadata@v1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable Auto-Merge
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{ secrets.APPROVAL_TOKEN }}
GH_TOKEN: ${{ secrets.APPROVAL_TOKEN }}
- name: Approve
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{ secrets.APPROVAL_TOKEN }}
GH_TOKEN: ${{ secrets.APPROVAL_TOKEN }}