Interface ContributorStatementOptions

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

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:43.065Z")
    @Stability(Experimental)
    public interface ContributorStatementOptions
    extends software.amazon.jsii.JsiiSerializable
    (experimental) Options for requiring a contributor statement on Pull Requests.
    • Method Detail

      • getExemptLabels

        @Stability(Experimental)
        @Nullable
        default List<String> getExemptLabels()
        (experimental) Pull requests with one of these labels are exempted from a contributor statement.

        Default: - no labels are excluded

      • getExemptUsers

        @Stability(Experimental)
        @Nullable
        default List<String> getExemptUsers()
        (experimental) Pull requests from these GitHub users are exempted from a contributor statement.

        Default: - no users are exempted