Is it possible to get the last merged PR on the main branch inside a workflow? I want to run test coverage during commit, and fail the PR check if the test coverage is going down. For that I need the coverage from the last merged PR in main.
Is it possible to get the last merged PR on the main branch inside a workflow? I want to run test coverage during commit, and fail the PR check if the test coverage is going down. For that I need the coverage from the last merged PR in main.