@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.772Z") @Stability(value=Experimental) public interface StaleOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
StaleOptions.Builder
A builder for
StaleOptions |
static class |
StaleOptions.Jsii$Proxy
An implementation for
StaleOptions |
| Modifier and Type | Method and Description |
|---|---|
static StaleOptions.Builder |
builder() |
default StaleBehavior |
getIssues()
(experimental) How to handle stale issues.
|
default StaleBehavior |
getPullRequest()
(experimental) How to handle stale pull requests.
|
default List<String> |
getRunsOn()
(experimental) Github Runner selection labels.
|
@Stability(value=Experimental) @Nullable default StaleBehavior getIssues()
Default: - By default, stale issues with no activity will be marked as stale after 60 days and closed within 7 days.
@Stability(value=Experimental) @Nullable default StaleBehavior getPullRequest()
Default: - By default, pull requests with no activity will be marked as stale after 14 days and closed within 2 days with relevant comments.
@Stability(value=Experimental) @Nullable default List<String> getRunsOn()
Default: ["ubuntu-latest"]
@Stability(value=Experimental) static StaleOptions.Builder builder()
StaleOptions.Builder of StaleOptionsCopyright © 2021. All rights reserved.