fluffychat/.github/workflows/auto_approve.yaml
2023-10-17 08:35:29 +02:00

12 lines
263 B
YAML

name: Auto approve
on: pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.actor == 'dependabot[bot]' || github.actor == 'weblate'
steps:
- uses: hmarr/auto-approve-action@v3