-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(plugins): rewards plugin #28
Conversation
Unused files (1)
|
} else { | ||
contributors[login] = 1; | ||
} | ||
if (eventName === "issue_comment.created" && payload.comment.body.match(/rewards/i)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
limiting scope here isn't meaningful when it is originally desired to be called on all kind of events. Maintainer input needed.
@@ -23,7 +23,7 @@ export const pluginSettingsSchema = T.Object( | |||
configurableResponse: T.String(), | |||
customStringsUrl: T.Optional(T.String()), | |||
}, | |||
{ default: { configurableResponse: "Hello, world! Amit passed from here" } } | |||
{ default: { configurableResponse: "Hello, world! Amit passed from here, testing" } } | |||
); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For self: don't forget to remove this too.
Against our template? No you do your own repo and do a pull against your own fork. Then you link it to the task (priced github issue) |
Resolves #46