Interface BuildWorkflowOptions

    • Method Detail

      • getMutableBuild

        @Stability(Experimental)
        @Nullable
        default Boolean getMutableBuild()
        (experimental) Automatically update files modified during builds to pull-request branches.

        This means that any files synthesized by projen or e.g. test snapshots will always be up-to-date before a PR is merged.

        Implies that PR builds do not have anti-tamper checks.

        Default: true