Issue #75 sweep — remaining `gh` CLI calls that fail on Gitea: 1. ci.yml (canvas-deploy-reminder): gh api POST commit comments → replaced with curl to Gitea's POST /repos/{owner}/{repo}/comments/{commit_sha} using -F form upload (matches gh --field behaviour) 2. check-merge-group-trigger.yml: gh api required_status_checks → replaced with curl to Gitea's GET /repos/{owner}/{repo}/branches/{branch} jq-ing .status_check_contexts (Gitea's field name, not GitHub's nested .protection.required_status_checks.contexts) pr-guards.yml: gh pr merge/comment already gated behind is_gitea != 'true' (GitHub-only path), no change needed. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| scripts | ||
| workflows | ||
| CODEOWNERS | ||
| dependabot.yml | ||