2e5418093f
* Add lockdown mode to filter issue * Update flag name * Update pkg/lockdown/lockdown.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Merge two graphql queries into one * Don't use Issue.Repository * Add function signature --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
7 lines
139 B
Go
7 lines
139 B
Go
package github
|
|
|
|
// FeatureFlags defines runtime feature toggles that adjust tool behavior.
|
|
type FeatureFlags struct {
|
|
LockdownMode bool
|
|
}
|