Skip to content

ci(release): 4.24.2 #1658

ci(release): 4.24.2

ci(release): 4.24.2 #1658

Workflow file for this run

name: Auto approve bump version PR
on: pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0
if: github.actor == 'duffel-bot'
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'