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

@syvb syvb commented Nov 4, 2017

Copy link
Copy Markdown
Collaborator

No description provided.

@syvb

syvb commented Nov 4, 2017

Copy link
Copy Markdown
Collaborator Author

+1

2 similar comments
@mdcfe

mdcfe commented Nov 6, 2017

Copy link
Copy Markdown

+1

@Kroppeb

Kroppeb commented Nov 28, 2017

Copy link
Copy Markdown
Contributor

+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