Skip to content

automatically approve PRs that were created by pulumi-bot #1

automatically approve PRs that were created by pulumi-bot

automatically approve PRs that were created by pulumi-bot #1

name: Auto approve
on: pull_request
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: (github.event.pull_request.user.login == 'pulumi-bot') && (github.event.pull_request.head.repo.full_name == github.repository)
steps:
- uses: hmarr/auto-approve-action@v4