Skip to content

Commit

Permalink
Merge pull request #7 from smartlyio/VULCAN-1620/get-exclusive-as-boo…
Browse files Browse the repository at this point in the history
…lean

Make exclusive parameter work and bump packages to current
  • Loading branch information
mhalmagiu committed Jun 17, 2021
2 parents a49fd46 + 5cfcf5d commit 9556fca
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 286 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.getInput('exclusive');
const exclusive = core.getBooleanInput('exclusive');

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

Expand Down

0 comments on commit 9556fca

Please sign in to comment.