Skip to content

Commit

Permalink
ci: remove authors step on credits plan
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Feb 3, 2024
1 parent e70e735 commit 416e888
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
7 changes: 0 additions & 7 deletions .github/AUTHORS.txt

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/credits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 416e888

Please sign in to comment.