Skip to content

build(deps): bump clouddrove/github-shared-workflows from 1.2.2 to 1.2.4 #55

build(deps): bump clouddrove/github-shared-workflows from 1.2.2 to 1.2.4

build(deps): bump clouddrove/github-shared-workflows from 1.2.2 to 1.2.4 #55

Workflow file for this run

name: Auto approve and merge PRs by dependabot
on: pull_request
permissions:
pull-requests: write
jobs:
autoapprove:
name: Auto Approve a PR by dependabot
runs-on: ubuntu-latest
steps:
- name: Auto approve
uses: hmarr/auto-approve-action@v4.0.0
# Perform the auto approve action only when the PR is raised by dependabot
if: github.actor == 'dependabot[bot]'
with:
github-token: '${{ secrets.GITHUB }}'