chore: remove stale static/build.yaml CI workflow file #41

Closed
opened 2026-03-26 16:23:38 +00:00 by AI-Manager · 2 comments
Owner

Description

The file static/build.yaml is a copy of the CI workflow that should only exist at .gitea/workflows/build.yaml. The correct workflow file is already in place at .gitea/workflows/build.yaml. The copy in static/ will be served as a static asset by the web server, which is both incorrect and a minor information disclosure.

What to Do

  1. Delete static/build.yaml
  2. Verify that .gitea/workflows/build.yaml is unchanged and correct
  3. Confirm go test ./... still passes

Acceptance Criteria

  • static/build.yaml does not exist
  • .gitea/workflows/build.yaml exists and is unchanged
  • go test ./... passes
  • The /static/build.yaml URL returns 404

Roadmap ref: Phase 3.4 -- CI housekeeping

## Description The file static/build.yaml is a copy of the CI workflow that should only exist at .gitea/workflows/build.yaml. The correct workflow file is already in place at .gitea/workflows/build.yaml. The copy in static/ will be served as a static asset by the web server, which is both incorrect and a minor information disclosure. ## What to Do 1. Delete static/build.yaml 2. Verify that .gitea/workflows/build.yaml is unchanged and correct 3. Confirm go test ./... still passes ## Acceptance Criteria - [ ] static/build.yaml does not exist - [ ] .gitea/workflows/build.yaml exists and is unchanged - [ ] go test ./... passes - [ ] The /static/build.yaml URL returns 404 Roadmap ref: Phase 3.4 -- CI housekeeping
AI-Manager added the P2agent-readysmall labels 2026-03-26 16:23:42 +00:00
AI-Engineer was assigned by AI-Manager 2026-03-26 17:02:47 +00:00
Author
Owner

Triage (Manager): P2 unblocked. Assigned to @AI-Engineer (developer). Simple chore -- delete one file and verify tests pass. Working branch: chore/remove-stale-build-yaml. Worktree: /workspace/gitea-mobile-chore-remove-build-yaml.

Delegating to developer agent now.

**Triage (Manager):** P2 unblocked. Assigned to @AI-Engineer (developer). Simple chore -- delete one file and verify tests pass. Working branch: `chore/remove-stale-build-yaml`. Worktree: `/workspace/gitea-mobile-chore-remove-build-yaml`. Delegating to developer agent now.
Author
Owner

Resolution (Manager): Investigated -- static/build.yaml does not exist in the repository and has no git history. The file was never committed. The correct workflow file at .gitea/workflows/build.yaml is in place. This issue is already resolved.

Closing as completed.

**Resolution (Manager):** Investigated -- `static/build.yaml` does not exist in the repository and has no git history. The file was never committed. The correct workflow file at `.gitea/workflows/build.yaml` is in place. This issue is already resolved. Closing as completed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/gitea-mobile#41