Skip to content

Commit f2c39d9

Browse files
fix: disable inbound bridge cron until tickets branch exists (dso-lu5w) (merge worktree-20260322-121858)
2 parents 6fc88bb + 712b840 commit f2c39d9

File tree

4 files changed

+45
-8
lines changed

4 files changed

+45
-8
lines changed

.github/workflows/inbound-bridge.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
name: Inbound Bridge
55

66
on:
7-
schedule:
8-
# Pull from Jira every 30 minutes. To change the interval, edit this cron
9-
# expression directly — GitHub Actions does not support expressions in cron
10-
# schedule values, so it cannot be set via a repository variable.
11-
- cron: '*/30 * * * *'
7+
# Schedule disabled until 'tickets' branch and Jira bridge infrastructure
8+
# (JIRA_URL, ACLI_VERSION, ACLI_SHA256) are configured. See dso-lu5w.
9+
# Uncomment when ready:
10+
# schedule:
11+
# - cron: '*/30 * * * *'
1212
workflow_dispatch: {}
1313

1414
concurrency:

.tickets/.index.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@
485485
"dso-lu5w": {
486486
"deps": [],
487487
"priority": 1,
488-
"status": "open",
488+
"status": "closed",
489489
"title": "Inbound Bridge workflow fails: tickets branch does not exist on remote",
490490
"type": "bug"
491491
},
@@ -696,6 +696,13 @@
696696
"title": "As a DSO practitioner, Phase 1 and Phase 3 no longer contain TaskCreate/TaskUpdate checklist blocks",
697697
"type": "story"
698698
},
699+
"dso-xaf5": {
700+
"deps": [],
701+
"priority": 0,
702+
"status": "closed",
703+
"title": "[LOCK] debug-everything",
704+
"type": "task"
705+
},
699706
"dso-xhhv": {
700707
"deps": [],
701708
"priority": 4,

.tickets/dso-lu5w.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: dso-lu5w
3-
status: open
3+
status: closed
44
deps: []
55
links: []
66
created: 2026-03-22T15:39:41Z
@@ -13,3 +13,26 @@ tags: [ci, infrastructure]
1313

1414
The Inbound Bridge GitHub Actions workflow (inbound-bridge.yml) has failed on all 17 runs today (2026-03-22, 07:20–15:09 UTC). The failure occurs at the Checkout step (actions/checkout@v4) which tries to fetch ref 'tickets' — but no 'tickets' branch exists on the remote. git ls-remote --heads origin 'tickets*' returns no results. The workflow runs every 30 minutes on a cron schedule, so failures are accumulating continuously. Root cause: the 'tickets' branch referenced in the workflow (line 36: ref: tickets) has never been created, or was deleted. Fix: create the 'tickets' branch on the remote, or disable the workflow until the Jira bridge infrastructure is ready.
1515

16+
17+
## Notes
18+
19+
<!-- note-id: tt056gm9 -->
20+
<!-- timestamp: 2026-03-22T22:47:45Z -->
21+
<!-- origin: agent -->
22+
<!-- sync: unsynced -->
23+
24+
Classification: mechanical (infrastructure config). Workflow references non-existent 'tickets' branch.
25+
26+
<!-- note-id: c7ed4n06 -->
27+
<!-- timestamp: 2026-03-22T22:49:33Z -->
28+
<!-- origin: agent -->
29+
<!-- sync: unsynced -->
30+
31+
Fixed: disabled cron schedule in inbound-bridge.yml until tickets branch and Jira infrastructure are configured
32+
33+
<!-- note-id: oiegk97p -->
34+
<!-- timestamp: 2026-03-22T22:49:33Z -->
35+
<!-- origin: agent -->
36+
<!-- sync: unsynced -->
37+
38+
CLOSE REASON: Fixed: disabled inbound bridge cron schedule — re-enable when tickets branch exists

.tickets/dso-xaf5.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: dso-xaf5
3-
status: in_progress
3+
status: closed
44
deps: []
55
links: []
66
created: 2026-03-22T19:23:02Z
@@ -19,3 +19,10 @@ assignee: Joe Oakhart
1919
<!-- sync: unsynced -->
2020

2121
Session: 2026-03-22T12:23:03-07:00 | Worktree: /Users/joeoakhart/digital-service-orchestra-worktrees/worktree-20260322-121858
22+
23+
<!-- note-id: i6gji2ws -->
24+
<!-- timestamp: 2026-03-22T22:47:01Z -->
25+
<!-- origin: agent -->
26+
<!-- sync: unsynced -->
27+
28+
Closed: All epic bugs resolved, merged to main

0 commit comments

Comments
 (0)