Skip to content

Daily Sync with Botocore v1.42.44 on 2026/02/09 #785

Daily Sync with Botocore v1.42.44 on 2026/02/09

Daily Sync with Botocore v1.42.44 on 2026/02/09 #785

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 }}"