Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
blombard committed Sep 29, 2023
1 parent 082ff03 commit 28ec577
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('Run the test suite', () => {
.get(/\/repos\/.*\/pulls\?state=open/)
.reply(200, [{ requested_reviewers: [{ login: 'foo' }],requested_teams: [{ slug: 'bar' }], updated_at: '2011-01-26T19:01:12.000Z', number: 2 }]);
nock('https://api.github.com')
.post(/\/repos\/.*\/issues\/1\/comments/, { body: "Hey @foo, @bar ! Don't forget to review this PR !" })
.post(/\/repos\/.*\/issues\/2\/comments/, { body: "Hey @foo, @bar ! Don't forget to review this PR !" })
.reply(200, {});

test('it should be a success when the params are good', async () => {
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "review-reminder",
"version": "0.1.0",
"version": "0.6.0",
"description": "Send reminders to requested reviewers of a pull request",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 28ec577

Please sign in to comment.