Skip to content

Bump actions/configure-pages from 3 to 4 #21

Bump actions/configure-pages from 3 to 4

Bump actions/configure-pages from 3 to 4 #21

Workflow file for this run

name: 'Dependabot Automerge - Action'
on:
pull_request:
jobs:
dependabot:
name: 'Dependabot'
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'}}
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{ github.token }}