Skip to content

Commit e9c2600

Browse files
chore: tweaks
1 parent 9942185 commit e9c2600

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
name: Assign Author
2+
23
description: GitHub actions to assign author to issue or PR.
4+
35
author: technote-space
6+
47
inputs:
58
GITHUB_TOKEN:
69
description: Secret GitHub API token to use for making API requests.
710
required: true
11+
812
branding:
913
icon: 'user-plus'
1014
color: 'orange'
15+
1116
runs:
1217
using: node12
1318
main: lib/main.js

0 commit comments

Comments
 (0)