Bitrise CLI - how does PR mode works?

Bitrise CLI help includes some --pr mode. But it seems I can’t find any details how to launch cli in that mode. I have set trigger for pull requests on master branch, to launch specific workflow that checks project build successfully. How I can launch cli to wait for pull requests? Does -pr mode is about it?

trigger_map:
- pull_request_target_branch: master
  workflow: build-dev
1 Like

Hi @lgjenero!

PR mode is set automatically whenever building a pull request commit. There is no wait for the CLI to wait for pull requests. Can you explain what your use case is?

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.