Skip to content

Commit

Permalink
Revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasMerz committed Jul 17, 2020
1 parent 6c159ab commit 7d99049
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ function checkAuthor(association) {
const permittedRoles = ['OWNER', 'COLLABORATOR', 'MEMBER'];
if (permittedRoles.indexOf(association) >= 0) {
console.log('Do not comment on members comments and issues');
//return true;
return false;
return true;
} else {
return false;
}
Expand Down

0 comments on commit 7d99049

Please sign in to comment.