Skip to content

Commit

Permalink
Revert "Merge pull request #7 from smartlyio/VULCAN-1620/get-exclusiv…
Browse files Browse the repository at this point in the history
…e-as-boolean"

This reverts commit 9556fca, reversing
changes made to a49fd46.
  • Loading branch information
mhalmagiu committed Jun 21, 2021
1 parent 9556fca commit 42f9ed0
Show file tree
Hide file tree
Showing 3 changed files with 286 additions and 107 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -36,7 +36,7 @@ async function run ()
const [owner, repo] = core.getInput('repo_name').split('/');
const issue_number = core.getInput('pr_number');
const comment = core.getInput('comment');
const exclusive = core.getBooleanInput('exclusive');
const exclusive = core.getInput('exclusive');

const allComments = await getAllComments(client, owner, repo, issue_number)

Expand Down

0 comments on commit 42f9ed0

Please sign in to comment.