Files
atlantis/server/events/vcs/github_config.go
Ray Terrill 89d33a0737 Make required atlantis/apply status check work with mergeable (#2436)
* 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
2022-08-18 09:46:50 -07:00

7 lines
151 B
Go

package vcs
// GithubConfig allows for custom github-specific functionality and behavior
type GithubConfig struct {
AllowMergeableBypassApply bool
}