Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

We released DevSensei | Code Owners for Bitbucket 8.2 on (TODO: REAL DATE)🎉

Download on the Atlassian Marketplace for Data Center

...

Code Block
languageyaml
workflows:
  - # rest as before
    conditions:
      - "!draft" # additional condition (keep previous ones)# some existing condition
      - "!draft"
    retrigger-on:
      - destination
      - source-head-sha

...