-
Notifications
You must be signed in to change notification settings - Fork 1
/
action.yml
35 lines (33 loc) · 955 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: Update Authors
description: Automatically generate and update AUTHORS.txt for your repository.
author: bubkoo <[email protected]>
inputs:
GITHUB_TOKEN:
description: Your GitHub token for authentication.
required: true
sort:
description: Sort type(alphabet or commits) of authors.
required: false
default: alphabet
bots:
description: Should include bots or not.
required: false
default: true
template:
description: Template to render author line.
required: false
default: '{{ name }} <{{ email }}>'
path:
description: Path and file name to save the generated AUTHORS.txt.
required: false
default: AUTHORS
commit:
description: Commit message of the github action.
required: false
default: 'chore: update AUTHORS [skip ci]'
runs:
using: node16
main: dist/index.js
branding:
icon: users
color: yellow # gray-dark purple red orange green blue yellow black white