Skip to content

feat: Enhance form classification to include CAPTCHA detection #29

feat: Enhance form classification to include CAPTCHA detection

feat: Enhance form classification to include CAPTCHA detection #29

Workflow file for this run

name: Auto Merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
name: Auto Merge
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- run: gh pr merge --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}