Added the skip:gumroad label to bypass ci_checks/check_config_breaking_changes.py::PKCE_DISABLED.
Justification: Gumroad's OAuth2 server does not support PKCE — keeping the param injection on causes the very 400 this PR is fixing (209 user-facing failures in the last 30 days). Disabling PKCE here doesn't weaken security in practice because the Composio backend is server-side and the client_secret stays confidential; PKCE's threat model targets public/native clients where the secret can be extracted.
The skip is scoped to the gumroad app only (via SKIP_PATHS=gumroad derived from the PR label per .github/workflows/common.yaml:135-153). The breaking-change guardrail remains intact for every other toolkit.