Skip to content

Bump reviewdog/action-actionlint from 1.38.0 to 1.39.0 #411

Bump reviewdog/action-actionlint from 1.38.0 to 1.39.0

Bump reviewdog/action-actionlint from 1.38.0 to 1.39.0 #411

name: Dependabot auto-merge
on: pull_request_target
permissions:
contents: read
jobs:
dependabot:
runs-on: ubuntu-22.04
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
permissions:
pull-requests: write
contents: write
steps:
- name: Dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@c9c4182bf1b97f5224aee3906fd373f6b61b4526 # v1.6.0
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{ secrets.NGINX_PAT }}