Skip to content

Commit

Permalink
EVEREST-107 remove debugging log from auto-update-base
Browse files Browse the repository at this point in the history
  • Loading branch information
recharte committed Jan 23, 2025
1 parent 5ac24b0 commit 6e79fd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/auto-update-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
console.log(`[INFO] PR #${pull.number}: "${pull.title}" - Skipping update due to merge conflict.`);
break;
case true:
console.log(`[INFO] Base branch: ${pr.base.ref} - Base branch SHA: ${pr.base.sha}`);
try {
const { data: baseBranch } = await github.rest.repos.getBranch({
owner: context.repo.owner,
Expand Down

0 comments on commit 6e79fd4

Please sign in to comment.