MCPcopy Create free account
hub / github.com/github/gh-aw / expectedCodemodOrder

Function expectedCodemodOrder

pkg/cli/fix_codemods_test.go:164–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162}
163
164func expectedCodemodOrder() []string {
165 return []string{
166 "timeout-minutes-migration",
167 "network-firewall-migration",
168 "command-to-slash-command-migration",
169 "workflow-dispatch-required-false-with-slash-command",
170 "mcp-scripts-mode-removal",
171 "upload-assets-to-upload-asset-migration",
172 "write-permissions-to-read-migration",
173 "permissions-read-to-read-all",
174 "agent-task-to-agent-session-migration",
175 "sandbox-false-to-agent-false",
176 "schedule-at-to-around-migration",
177 "delete-schema-file",
178 "grep-tool-removal",
179 "mcp-network-to-top-level-migration",
180 "add-comment-discussion-removal",
181 "discussion-trigger-categories-lowercase",
182 "mcp-mode-to-type-migration",
183 "install-script-url-migration",
184 "bash-anonymous-removal",
185 "bash-single-quoted-args-rewrite",
186 "activation-outputs-to-sanitized-step",
187 "roles-to-on-roles",
188 "bots-to-on-bots",
189 "engine-steps-to-top-level",
190 "engine-max-runs-to-top-level",
191 "max-runs-to-max-turns",
192 "engine-max-turns-to-top-level",
193 "steps-run-secrets-to-env",
194 "engine-env-secrets-to-engine-config",
195 "top-level-env-secrets-guided-error",
196 "assign-to-agent-default-agent-to-name",
197 "playwright-allowed-domains-migration",
198 "expires-integer-to-string",
199 "app-to-github-app",
200 "github-app-app-id-to-client-id",
201 "safe-output-title-prefix-to-required-title-prefix",
202 "safe-output-merge-pr-constraints",
203 "safe-output-add-reviewer-allowlists",
204 "safe-output-dispatch-repository-key",
205 "safe-inputs-to-mcp-scripts",
206 "rate-limit-to-user-rate-limit",
207 "effective-tokens-to-ai-credits",
208 "messages-effective-tokens-suffix-to-ai-credits-suffix",
209 "serena-tools-to-shared-import",
210 "workflow-run-branches-default",
211 "checkout-persist-credentials-false",
212 "pull-request-target-checkout-false",
213 "dependabot-toolset-permissions",
214 "github-repos-to-allowed-repos",
215 "features-copilot-requests-to-permissions",
216 "features-byok-copilot-removal",
217 "features-inline-agents-removal",
218 "features-cli-proxy-to-tools-github-mode",
219 "features-difc-proxy-to-tools-github",
220 "mount-as-clis-to-cli-proxy",
221 "sandbox-mcp-container-removal",

Calls

no outgoing calls

Tested by

no test coverage detected