diff --git a/.github/AUTHORS.txt b/.github/AUTHORS.txt deleted file mode 100644 index 4389b5d..0000000 --- a/.github/AUTHORS.txt +++ /dev/null @@ -1,7 +0,0 @@ -Mohammad Habib - commits -Alexander - commits -Bot <158096250+hywax-assistant@users.noreply.github.com> - commits -hywax-assistant[bot] <157903375+hywax-assistant[bot]@users.noreply.github.com> - commits -dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - commits -hywax - commits -hywax - commits \ No newline at end of file diff --git a/.github/workflows/credits.yml b/.github/workflows/credits.yml index 65ff540..29f27ff 100644 --- a/.github/workflows/credits.yml +++ b/.github/workflows/credits.yml @@ -21,19 +21,3 @@ jobs: userNameHeight: 20 svgWidth: 830 commitMessage: 'chore: update CONTRIBUTORS' - - authors: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: Update Authors - uses: wow-actions/update-authors@v1 - with: - GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} - sort: 'commits' - path: .github/AUTHORS.txt - template: '{{ name }} <{{ email }}> - commits' - commit: 'chore: update AUTHORS'