Interface MergeGroupOptions

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    MergeGroupOptions.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:43.109Z")
    @Stability(Experimental)
    public interface MergeGroupOptions
    extends software.amazon.jsii.JsiiSerializable
    (experimental) Merge group options.
    • Method Detail

      • getBranches

        @Stability(Experimental)
        @Nullable
        default List<String> getBranches()
        (experimental) When using the merge_group events, you can configure a workflow to run on specific base branches.

        If not specified, all branches will trigger the workflow.