mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 15:28:22 +00:00
* Make required apply work with mergeable * Fix lint hint * Migrate mergeable approval check to graphql, update tests * Adding support for check suites * Adding feature flag protection for new functionality * Fix linting falsepos * Adjusted logic to handle required check runs, added doc
7 lines
151 B
Go
7 lines
151 B
Go
package vcs
|
|
|
|
// GithubConfig allows for custom github-specific functionality and behavior
|
|
type GithubConfig struct {
|
|
AllowMergeableBypassApply bool
|
|
}
|