molecule-core/.github
Molecule AI Core-BE 9368b20d49
Some checks failed
sop-tier-check / tier-check (pull_request) Failing after 5s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 6s
[core-be-agent] fix(ci): replace gh api calls with Gitea-compatible alternatives
Issue #75 PR-D: two remaining `gh` CLI calls in .github/workflows/.

1. ci.yml canvas-deploy-reminder:
   - Replaced `gh api POST repos/.../commits/.../comments` with writing
     to GITHUB_STEP_SUMMARY. Gitea has no commit-comments API (confirmed
     in issue #75), so the gh call always failed. GITHUB_STEP_SUMMARY works
     on both GitHub Actions and Gitea Actions as the workflow-run summary
     page, which is the natural place for post-deploy action items.
   - Removed now-unnecessary GH_TOKEN env var and contents:write permission.

2. check-merge-group-trigger.yml:
   - Converted to no-op stub. Gitea has no merge queue feature and no
     merge_group: event type, so this workflow's lint would find nothing
     to verify (all workflows vacuously pass). Keeping workflow+job name
     unchanged preserves commit-status context names for branch protection
     consumers. Dropped the merge_group: trigger since it would never fire
     on Gitea. Dropped the full bash linter + gh api call.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 23:10:07 +00:00
..
scripts fix(scripts): migrate ghcr.io→ECR + raw.githubusercontent.com→Gitea (#46) 2026-05-07 00:56:23 -07:00
workflows [core-be-agent] fix(ci): replace gh api calls with Gitea-compatible alternatives 2026-05-09 23:10:07 +00:00
CODEOWNERS chore: add CODEOWNERS to auto-route agent PRs to personal review account 2026-04-26 13:40:13 -07:00
dependabot.yml chore(security): pin Actions to SHAs + enable Dependabot auto-bumps 2026-04-28 15:37:06 -07:00