diff --git a/.github/workflows/autofix.yaml b/.github/workflows/autofix.yaml index ed62312..b01f1ea 100644 --- a/.github/workflows/autofix.yaml +++ b/.github/workflows/autofix.yaml @@ -36,3 +36,21 @@ jobs: commit_author: "Kevin Deldycke " commit_message: "[lint] Update TOC." file_pattern: readme.md + + typos: + name: Fix typos and create a PR + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2.3.1 + - uses: sobolevn/misspell-fixer-action@0.1.0 + - uses: peter-evans/create-pull-request@v3 + with: + author: "Kevin Deldycke " + commit-message: "Fix typo." + title: "Typo" + body: > + [Auto-generated on run #${{ github.run_id }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}) + as defined by [workflow action](https://github.com/${{ github.repository }}/blob/develop/.github/workflows/autofix.yaml). + labels: "typo" + assignees: kdeldycke + branch: fix-typo