Interface AutoMergeSettings
public interface AutoMergeSettings
Settings for automatically merging pull requests.
- Since:
- 8.15
- 
Method Summary
- 
Method Details- 
getScope- Returns:
- the scopethat the pull request auto-merge settings are for
 
- 
isEnabledboolean isEnabled()- Returns:
- whether to allow pull requests to be auto-merged
 
 
-