Hey folks
When triggering a build via PR comment, Bitrise now uses the bitrise.yml
from the pull request’s source branch, ensuring the most up-to-date and relevant configuration is applied. Earlier, it used to use the one on the default branch, which wasn’t ideal.
-
This change only affects the PR comment trigger. That’s because it was only the PR comment trigger that used the YAML from the default branch. This way, the PR comment trigger works like any other PR trigger.
-
All other PR triggers will continue to use the YAML on the source branch.
Let us know if you encounter any issues triggering builds using PR comments.