Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Bump docker/login-action from 2.2.0 to 3.0.0 #7

Bump docker/login-action from 2.2.0 to 3.0.0

Bump docker/login-action from 2.2.0 to 3.0.0 #7

name: Dependabot auto-merge
on: pull_request
jobs:
automerge:
permissions: write-all
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1
- name: Approve a PR
run: gh pr review --approve "${{ github.event.pull_request.html_url }}"
if: steps.metadata.outputs.version-update != 'version-update:semver-major'
env:
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Enable Pull Request Automerge
run: gh pr merge --squash --auto "${{ github.event.pull_request.html_url }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}