Skip to content

[CHIP BUILD] c6916e0453a24f518c0330e5304931e708be5ab4 #6051

[CHIP BUILD] c6916e0453a24f518c0330e5304931e708be5ab4

[CHIP BUILD] c6916e0453a24f518c0330e5304931e708be5ab4 #6051

name: Auto approve release PRs
on:
pull_request_target:
types: [labeled]
# Cancel previous action runs
concurrency:
group: ${{ github.ref }}-auto-approval
cancel-in-progress: true
jobs:
auto-approve:
if: |
github.actor == 'Automator77' &&
(github.event.label.name == 'automated-npm-release' || github.event.label.name == 'automated-chip-image-release')
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.APPROVE_TOKEN }}