Skip to content

chore(deps): pin hmarr/auto-approve-action action from vv4.0.0 to v4.0.0 #1450

chore(deps): pin hmarr/auto-approve-action action from vv4.0.0 to v4.0.0

chore(deps): pin hmarr/auto-approve-action action from vv4.0.0 to v4.0.0 #1450

name: Auto First Approval for Bot PRs
on: pull_request
jobs:
auto-first-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
if: github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]'
steps:
- name: Provide first approval
uses: hmarr/auto-approve-action@v4.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
review-message: "Renovate and Dependabot PRs are automatically approved. Still requires human review."