Skip to content

Try to reuse create-pull-request #274

Try to reuse create-pull-request

Try to reuse create-pull-request #274

Workflow file for this run

---
name: Autofix
"on":
push:
# Only targets main branch to avoid amplification effects of auto-fixing
# the exact same stuff in multiple non-rebased branches.
branches:
- main
jobs:
autofix:
uses: kdeldycke/workflows/.github/workflows/autofix.yaml@v3.3.4