X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=.github%2Fworkflows%2Fmisspell-fixer.yml;h=97a2193cb29fc81bac298a22dbe00d09157d04ab;hb=0a329440bd1d0fa642ce2f3e14bc88125377b5bd;hp=a29b7a8d9f036dc47035173c87a6a55cceb0ce25;hpb=cc5965c45d2bccb6bd440aafb6bebfb98520ddd6;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/.github/workflows/misspell-fixer.yml b/.github/workflows/misspell-fixer.yml index a29b7a8d9..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:280: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 }}