Skip to content

Update docker/setup-buildx-action action to v3.8.0 #525

Update docker/setup-buildx-action action to v3.8.0

Update docker/setup-buildx-action action to v3.8.0 #525

Workflow file for this run

name: Auto Approve
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
permissions:
contents: read
jobs:
approve:
if: |
github.event.pull_request.user.login == github.repository_owner
&& ! github.event.pull_request.draft
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@134e1011866211ab5b452c8ab06ea0447e888610 # v3