Skip to content

Daily Sync with Botocore v1.42.2 on 2025/12/03 #759

Daily Sync with Botocore v1.42.2 on 2025/12/03

Daily Sync with Botocore v1.42.2 on 2025/12/03 #759

Workflow file for this run

name: Auto Approve
on:
pull_request_target:
types: [ labeled, unlabeled, opened, synchronize, reopened, ready_for_review, review_requested ]
jobs:
auto-approve:
if: contains(github.event.pull_request.labels.*.name, 'auto-approve') && github.event.pull_request.user.login == 'sagemaker-bot'
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v4.0.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"