Skip to content

Commit 3a98d17

Browse files
Shivanshu SinghShivanshu Singh
authored andcommitted
github action
1 parent 1db02d0 commit 3a98d17

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

dist/index.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8546,11 +8546,11 @@ const octokit = new Octokit({
85468546
});
85478547
async function run() {
85488548

8549-
const prEvents = [
8550-
'pull_request',
8551-
'pull_request_review',
8552-
'pull_request_review_comment',
8553-
];
8549+
// const prEvents = [
8550+
// 'pull_request',
8551+
// 'pull_request_review',
8552+
// 'pull_request_review_comment',
8553+
// ];
85548554

85558555
// const getSHA = () => {
85568556
// let sha = github.context.sha;
@@ -8562,6 +8562,7 @@ async function run() {
85628562
// }
85638563
// return sha;
85648564
// };
8565+
console.log("created check run context", github.context);
85658566
const owner = github.context.repo.owner
85668567
const repo = github.context.repo.repo
85678568

0 commit comments

Comments
 (0)