Skip to content

Commit c04b900

Browse files
authored
Fix Action name typo and remove required inputs
The repo owner and name were originally used for grabbing and updating issues but that context is now gotten from...well, GitHub `context`. No need for them in this config now!
1 parent 559d558 commit c04b900

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

action.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
1-
name: "Close Outdates Issues"
1+
name: "Close Outdated Issues"
22
description: "Closes issues with past dates in the titles"
33
inputs:
44
token:
55
description: "GitHub token"
66
required: true
7-
owner:
8-
description: "owner name of the target repo"
9-
required: true
10-
repo:
11-
description: "name of the target repo"
12-
required: true
137
runs:
148
using: "node12"
159
main: "index.js"

0 commit comments

Comments
 (0)