Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 68456db

Browse files
author
shiqi
authored
Merge pull request #52 from tinyspeck/debug
1.1.0 release: pr review notification
2 parents d832c36 + 5c88355 commit 68456db

File tree

6 files changed

+7146
-8582
lines changed

6 files changed

+7146
-8582
lines changed

dist/index.js

+6,933-8,444
Large diffs are not rendered by default.

package-lock.json

+81-64
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "push-alert",
3-
"version": "0.1.0",
3+
"version": "1.1.0",
44
"private": true,
55
"description": "Push alert for monitoring unreviewed commits",
66
"main": "dist/index.js",
@@ -22,6 +22,7 @@
2222
"dependencies": {
2323
"@actions/core": "^1.2.4",
2424
"@actions/github": "^4.0.0",
25+
"@octokit/rest": "^18.0.0",
2526
"request": "^2.88.2"
2627
},
2728
"devDependencies": {

0 commit comments

Comments
 (0)