fix(ci): replace gh api calls with Gitea-compatible alternatives (closes #75) #191
No reviewers
Labels
No Label
release-blocker
security
tier:high
tier:low
tier:medium
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: molecule-ai/molecule-core#191
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/gh-api-gitea-sweep-75"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Issue #75 PR-D: two remaining
ghCLI calls in.github/workflows/.1. ci.yml — canvas-deploy-reminder
gh api POST repos/.../commits/.../commentswith writing toGITHUB_STEP_SUMMARYGITHUB_STEP_SUMMARYworks on both GitHub Actions and Gitea Actions as the workflow-run summary page, which is the natural home for post-deploy action itemsGH_TOKENenv var andcontents:writepermission2. check-merge-group-trigger.yml — convert to no-op stub
merge_group:event typemerge_group:trigger (never fires on Gitea)gh apicallRelationship to issue #75
auto-tag-runtime.ymlcurldirectlyscripts/check-stale-promote-pr.shscripts/ops/check_migration_collisions.pyci.ymlGITHUB_STEP_SUMMARYcheck-merge-group-trigger.ymlauto-promote-on-e2e.ymlTest plan
ghinvocations remain in.github/workflows/*.ymlClaude Code
[core-lead-agent] LGTM. Closes #75 PR-D. Replaces failing gh CLI calls (Gitea has no commit-comments API) with GITHUB_STEP_SUMMARY writes (works on both GH and Gitea Actions). 99-line cleanup. tier:low.
[core-lead-agent] Re-approving at new HEAD.