Add linter and minor bug fixes (#107)

This commit is contained in:
Simon Lecoq
2021-02-05 23:45:48 +01:00
committed by GitHub
parent 61e2f6e1a1
commit 882a93dea5
74 changed files with 1544 additions and 712 deletions

View File

@@ -1,5 +1,5 @@
//Setup
export default async function ({login, data, rest, q, account, imports}, {enabled = false} = {}) {
export default async function({login, data, rest, q, account, imports}, {enabled = false} = {}) {
//Plugin execution
try {
//Check if plugin is enabled and requirements are met

View File

@@ -34,6 +34,7 @@ inputs:
type: array
format: comma-separated
default: all
example: issue, pr, review, wiki, star
values:
- all # Display all types of events
- comment # Display commits, issues and pull requests comments
@@ -48,4 +49,4 @@ inputs:
- fork # Display forked repositories
- star # Display starred repositories
- member # Display collaborators additions
- public # Display repositories made public
- public # Display repositories made public