Skip to content

Bump dependabot/fetch-metadata from 1.3.6 to 2.2.0 #104

Bump dependabot/fetch-metadata from 1.3.6 to 2.2.0

Bump dependabot/fetch-metadata from 1.3.6 to 2.2.0 #104

Workflow file for this run

name: "automerge"
on:
pull_request_target:
types: [assigned, opened, synchronize, reopened]
permissions:
pull-requests: write
contents: write
jobs:
automerge:
runs-on: ubuntu-latest
if: github.actor == 'vtolstov'
steps:
- name: merge
id: merge
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.TOKEN}}