Determines which branches are discovered.
Exclude branches that are also filed as PRs
If you are discovering origin pull requests, it may not make sense to discover the same changes both as a pull request and as a branch.
Only branches that are also filed as PRs
This option exists to preserve legacy behaviour when upgrading from older versions of the plugin. NOTE: If you have an actual use case for this option please file a pull request against this text.
Only branches that are also filed as PRs or main
Discover branches that are also files as PRs (have open PRs) or that are the master / main branch.
All branches
Ignores whether the branch is also filed as a pull request and instead discovers all branches on the origin repository.