Comented out an comment.
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 41s
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 41s
This commit is contained in:
parent
f4920a7063
commit
0f3c9b3f90
2
index.js
2
index.js
@ -48,7 +48,7 @@ async function getAndPostPullRequests() {
|
||||
|
||||
const pulls = await getResponse.json();
|
||||
core.info(`GET request completed. Number of pulls: ${pulls.length}`);
|
||||
core.info(`GET repsonse ${JSON.stringify(pulls, 2)}`);
|
||||
// core.info(`GET repsonse ${JSON.stringify(pulls, 2)}`);
|
||||
|
||||
// Logic to decide if a POST request is needed
|
||||
const targetPRFound = _.any(
|
||||
|
Loading…
x
Reference in New Issue
Block a user