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:
parent
ba7099ce00
commit
fc01e65df8
1
.github/workflows/ci-merge-check.yml
vendored
1
.github/workflows/ci-merge-check.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user