Hello!
I have a use case where I want to be able to trigger a build after we merge our PR, and be able to utilize the PR labels that were added before the PR was merged as conditionals for steps in our pipeline. Is that possible?
I know I can trigger a build once the code is pushed to the base branch, however I lose the context that the code push came from a PR
Any help would be appreciated! Thank you!
Omar