Autofix typos.
This commit is contained in:
18
.github/workflows/autofix.yaml
vendored
18
.github/workflows/autofix.yaml
vendored
@@ -36,3 +36,21 @@ jobs:
|
||||
commit_author: "Kevin Deldycke <kevin@deldycke.com>"
|
||||
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 <kevin@deldycke.com>"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user