Skip to content

202 fix trimming@main #234

202 fix trimming@main

202 fix trimming@main #234

Workflow file for this run

---
name: Bot Approval 🤖
on:
pull_request:
branches:
- main
jobs:
auto-approve:
runs-on: ubuntu-latest
name: Approve ✅
steps:
- name: Auto Approve PR
if: ${{ github.actor == 'gmbecker' }}
uses: hmarr/auto-approve-action@v3
with:
review-message: "LGTM 🤖"
github-token: ${{ secrets.REPO_GITHUB_TOKEN }}