Skip to content

add echo

add echo #25

Workflow file for this run

name: Auto Approve
on: pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- run: echo {{ github.event.pull_request.title }}
- uses: hmarr/auto-approve-action@v4
if: startsWith(github.event.pull_request.title, 'Auto PR for')