Skip to content

Add "approve", and "disapprove"#6

Open
syvb wants to merge 4 commits into
masterfrom
Smittyvb-patch-3
Open

Add "approve", and "disapprove"#6
syvb wants to merge 4 commits into
masterfrom
Smittyvb-patch-3

Conversation

@syvb
Copy link
Copy Markdown
Collaborator

@syvb syvb commented Nov 4, 2017

No description provided.

@syvb
Copy link
Copy Markdown
Collaborator Author

syvb commented Nov 4, 2017

+1

2 similar comments
@mdcfe
Copy link
Copy Markdown

mdcfe commented Nov 6, 2017

+1

@Kroppeb
Copy link
Copy Markdown
Contributor

Kroppeb commented Nov 28, 2017

+1

Comment thread index.js Outdated
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
Copy Markdown

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
Copy Markdown
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.

3 participants