Skip to content

Update floating_filters.txt #53

Update floating_filters.txt

Update floating_filters.txt #53

Workflow file for this run

name: auto-approve-prs
on:
pull_request_target:
types:
- opened
branches:
- master
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: |
${{ github.actor == 'LanikSJ' }}
${{ github.actor == 'github-actions' }}
steps:
- uses: hmarr/auto-approve-action@v4
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"