Skip to content

Commit 416e888

Browse files
author
hywax
committed
ci: remove authors step on credits plan
1 parent e70e735 commit 416e888

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

.github/AUTHORS.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/workflows/credits.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,3 @@ jobs:
2121
userNameHeight: 20
2222
svgWidth: 830
2323
commitMessage: 'chore: update CONTRIBUTORS'
24-
25-
authors:
26-
runs-on: ubuntu-latest
27-
steps:
28-
- name: Checkout
29-
uses: actions/checkout@v4
30-
with:
31-
fetch-depth: 0
32-
- name: Update Authors
33-
uses: wow-actions/update-authors@v1
34-
with:
35-
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
36-
sort: 'commits'
37-
path: .github/AUTHORS.txt
38-
template: '{{ name }} <{{ email }}> - commits'
39-
commit: 'chore: update AUTHORS'

0 commit comments

Comments
 (0)