From eab699222082b9af003ac7eedc5ff688cc4c357f Mon Sep 17 00:00:00 2001 From: Matt Schatz Date: Sat, 6 Feb 2021 22:46:35 -0700 Subject: [PATCH] Improvements and updates to misspell-fixer. - Update to v3 of the create-pull-request action. - Improve the whitelist for directive.pm 'atleast'. - Whitelist 'eiter' in source and header files. --- .github/workflows/misspell-fixer.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/misspell-fixer.yml b/.github/workflows/misspell-fixer.yml index 07994558b..97a2193cb 100644 --- a/.github/workflows/misspell-fixer.yml +++ b/.github/workflows/misspell-fixer.yml @@ -20,8 +20,9 @@ jobs: ^./.github/workflows ^./.mailmap ^./vendor - ^./make/directive.pm:281:atleast + ^./make/directive.pm:.*:atleast ^./src/modules/m_disable.cpp:119:existant + ^.*\.\(cpp\|h\).*eiter$ ALLTIME$ alltime$ Alltime$\ @@ -29,7 +30,7 @@ jobs: - uses: sobolevn/misspell-fixer-action@master with: options: '-rvnfuRVD .' - - uses: peter-evans/create-pull-request@v2.4.4 + - uses: peter-evans/create-pull-request@v3 with: token: ${{ secrets.GITHUB_TOKEN }} branch: ${{ env.REF_BRANCH }}+fix-spellings-${{ env.DATE }} -- 2.39.2