Skip to content

Feat: Created workflow for automerge and approve #6

Feat: Created workflow for automerge and approve

Feat: Created workflow for automerge and approve #6

Workflow file for this run

name: Dependabot auto-merge
on:
pull_request:
check_run:
types:
- completed
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
if: github.actor == 'dependabot[bot]'
uses: clouddrove/github-shared-workflows/.github/workflows/auto-merge.yml@feat/auto-merge
secrets:
GITHUB: ${{secrets.GITHUB_TOKEN}}
with:
PR_URL: ${{github.event.pull_request.html_url}}