We released DevSensei | Code Owners for Bitbucket 8.2 on (TODO: REAL DATE)🎉
Download on the Atlassian Marketplace for Data Center
...
Edge-triggering give you more control over when actions run. You can configure the new retrigger-on
section with an optional list of expressionsattribute names (the same as in conditions). When the value of one of these expressions attributes changes, it will cause another edge trigger if the condition is already met. For now only attribute names are allowed as expressions (the same attributes as in conditions).
Show me an example
Here is how you would configure a workflow to perform some action whenever a commit is pushed to a PR to the main
branch:
...