File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -7,24 +7,35 @@ branding:
77inputs :
88 repo-token :
99 description : " The GITHUB_TOKEN secret"
10+ required : true
1011 feed :
1112 description : " URL of the rss"
13+ required : true
1214 prefix :
1315 description : " Prefix added to issues"
16+ required : false
1417 lastTime :
1518 description : " limit RSS items to this time"
19+ required : false
20+ default : " 720h" # 30 days
1621 labels :
1722 description : " Labels to add, comma separated"
23+ required : false
1824 dry-run :
1925 description : " Log issue creation but do nothing"
26+ required : false
2027 aggregate :
2128 description : " Aggregate all items in a single issue"
29+ required : false
2230 characterLimit :
2331 description : " Limit size of issue content"
32+ required : false
2433 titleFilter :
2534 description : " Filter out entries whose titles match this regex"
35+ required : false
2636 contentFilter :
2737 description : " Filter out entries whose contents match this regex"
38+ required : false
2839outputs :
2940 issues :
3041 description : " issues id, comma separated"
You can’t perform that action at this time.
0 commit comments