You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix failing CI jobs: stale abaplint dependency branch and push to protected branch (#685)
- abaplint.jsonc / abap_cloud.jsonc: drop the abap2UI5 dependency pin to
claude/ui5-samples-ai-demokit-s5n5sg — the branch was merged into main
and deleted, so every lint job failed cloning it. Fall back to the
default branch (main), which now contains the merged changes.
- generate_overview_apps: standard is a protected branch (PRs only), so
the auto-commit push was rejected on every run. Convert the job into a
guard that regenerates the overview apps and fails on any diff;
contributors regenerate in their PR per AGENTS.md §4.
- README: remove the last-run stamp the workflow no longer maintains.
Claude-Session: https://claude.ai/code/session_01A6f6qCjKEK3syioCzisYqD
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments