From: Matt Schatz Date: Sun, 7 Feb 2021 05:46:35 +0000 (-0700) Subject: Improvements and updates to misspell-fixer. X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=eab699222082b9af003ac7eedc5ff688cc4c357f;p=user%2Fhenk%2Fcode%2Finspircd.git 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. --- 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 }}