mirror of
https://github.com/kdeldycke/awesome-falsehood.git
synced 2024-11-20 11:35:56 -05:00
Autofix typos.
This commit is contained in:
parent
4489e2666f
commit
a7b1105131
1 changed files with 18 additions and 0 deletions
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
|
||||
|
|
Loading…
Reference in a new issue