Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add debug logs for
removeBackportLabelsFromPrs
(#138)
From the logs: ```log 2024-10-19 15:52:16.292 error: Uncaught (in promise) Error: removeBackportLabelsFromPrs called with undefined 2024-10-19 15:52:16.292 throw new Error("removeBackportLabelsFromPrs called with undefined"); 2024-10-19 15:52:16.292 ^ 2024-10-19 15:52:16.292 at removeBackportLabelsFromPrs (file:///app/src/labels.ts:83:11) 2024-10-19 15:52:16.292 at file:///app/src/labels.ts:76:12 2024-10-19 15:52:16.292 at eventLoopTick (ext:core/01_core.js:175:7) 2024-10-19 15:52:16.292 at async Promise.all (index 1) 2024-10-19 15:52:16.292 at async Promise.all (index 1) 2024-10-19 15:52:16.292 at async Function.maintain (file:///app/src/labels.ts:26:3) ``` Signed-off-by: Yarden Shoham <git@yardenshoham.com>
- Loading branch information