We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db02d0 commit 3a98d17Copy full SHA for 3a98d17
dist/index.js
@@ -8546,11 +8546,11 @@ const octokit = new Octokit({
8546
});
8547
async function run() {
8548
8549
- const prEvents = [
8550
- 'pull_request',
8551
- 'pull_request_review',
8552
- 'pull_request_review_comment',
8553
- ];
+ // const prEvents = [
+ // 'pull_request',
+ // 'pull_request_review',
+ // 'pull_request_review_comment',
+ // ];
8554
8555
// const getSHA = () => {
8556
// let sha = github.context.sha;
@@ -8562,6 +8562,7 @@ async function run() {
8562
// }
8563
// return sha;
8564
// };
8565
+ console.log("created check run context", github.context);
8566
const owner = github.context.repo.owner
8567
const repo = github.context.repo.repo
8568
0 commit comments