Skip to content
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

Add "approve", and "disapprove" #6

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add "approve", and "disapprove" #6

wants to merge 4 commits into from

Conversation

syvb
Copy link
Collaborator

@syvb syvb commented Nov 4, 2017

No description provided.

@syvb
Copy link
Collaborator Author

syvb commented Nov 4, 2017

+1

2 similar comments
@mdcfe
Copy link

mdcfe commented Nov 6, 2017

+1

@Kroppeb
Copy link
Contributor

Kroppeb commented Nov 28, 2017

+1

index.js Outdated
@@ -9,7 +9,7 @@ if (PROD) {
}
const THRESHOLD = 4;
const { exec } = require('child_process');
const UPVOTES = ["+1", "upvote", "i like it", "i really like it", "👍"];
const UPVOTES = ["+1", "upvote", "i like it", "i really like it", "👍", "disapprove"];
const DOWNVOTES = ["-1", "downvote", "i dislike it", "i really dislike it", "i hate it", "i really hate it", "👎", "approve"];var GitHub = require('github-api');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't disapprove be a downvote, and approve be an upvote?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ha Ha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants