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 2b0d5a8 commit a207cdfCopy full SHA for a207cdf
index.js
@@ -26,7 +26,7 @@ async function commentOnMergablePRs() {
26
}
27
28
// Setup
29
- const cwd = "."
+ const cwd = process.cwd()
30
const octokit = getOctokit(process.env.GITHUB_TOKEN)
31
const pr = context.payload.pull_request
32
const thisRepo = { owner: context.repo.owner, repo: context.repo.repo }
@@ -97,7 +97,7 @@ async function mergeIfLGTMAndHasAccess() {
97
98
99
100
101
102
103
const issue = context.payload.issue || context.payload.pull_request
0 commit comments