-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Forge - App Code Execution
We're developing a Forge app using the bitbucket:mergeCheck module with the on-merge trigger and are currently facing a challenge. The available event, context, and PR objects only provide the PR author, not the merge actor. We need to identify the actor who performed the merge action on a pull request, but right now, we can only identify the author of the pull request. This is a blocker for our development and deployment.
Suggested solution: Please add the merge actor to the payload (context, event, PR object, or any other accessible object) or to the REST API. This enhancement would be a game-changer for us!