Bitbucket Data Center API Client
    Preparing search index...

    Interface AutoDeclineSettings

    Auto-decline settings: whether inactive pull requests are declined automatically, and after how many weeks of inactivity.

    interface AutoDeclineSettings {
        enabled: boolean;
        inactivityWeeks: number;
        scope?: BitbucketScope;
    }
    Index

    Properties

    enabled: boolean
    inactivityWeeks: number

    Weeks of inactivity after which pull requests are declined

    The scope the settings apply to