Skip to content

chore(deps): update hmarr/auto-approve-action digest to 8f92909 - autoclosed #1670

chore(deps): update hmarr/auto-approve-action digest to 8f92909 - autoclosed

chore(deps): update hmarr/auto-approve-action digest to 8f92909 - autoclosed #1670

Workflow file for this run

# auto approve any pr that has ` [bot]` at the end of the pr title
# note the first character in ` [bot]` is a thin space https://www.wikiwand.com/en/Thin_space
name: Auto Approve
on:
pull_request:
branches:
- sepolia
jobs:
build:
if: |
endsWith(github.event.pull_request.title, ' [bot]')
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@8f929096a962e83ccdfa8afcf855f39f12d4dac7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}