ci: Add env to print logs from auto-merge in ci-merge-check (#22581)

## Description
- Added logging for auto merge in ci-merge-check

## Type of change
- ci-merge-check.yml

## How Has This Been Tested?
- Github actions

## Checklist:
### QA activity:
- [ ] Test plan has been approved by relevant developers
- [ ] Test plan has been peer reviewed by QA
- [ ] Cypress test cases have been added and approved by either SDET or
manual QA
- [ ] Organized project review call with relevant stakeholders after
Round 1/2 of QA
- [ ] Added Test Plan Approved label after reveiwing all Cypress test
This commit is contained in:
Saroj 2023-04-20 12:38:30 +05:30 committed by GitHub
parent ba7099ce00
commit fc01e65df8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,6 +98,7 @@ jobs:
MERGE_REQUIRED_APPROVALS: 1
MERGE_LABELS: ""
MERGE_READY_STATE: "clean,has_hooks,unknown,unstable,blocked"
LOG: "DEBUG"
- name: Add comment once merge is success-full
if: steps.automerge.outputs.mergeResult == 'merged'