summaryrefslogtreecommitdiffhomepage
path: root/.opencode/tool/github-triage.ts
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2026-01-04 00:30:03 -0600
committerAiden Cline <[email protected]>2026-01-04 00:30:03 -0600
commit02540b24643242d1729797c926930dc1ae97fe1a (patch)
treedf2dd01361f9250cb2a20d0bb8d20a439a1bbedf /.opencode/tool/github-triage.ts
parent5aa4fd0042065951f3a22f5e17688dc00901b8df (diff)
downloadopencode-02540b24643242d1729797c926930dc1ae97fe1a.tar.gz
opencode-02540b24643242d1729797c926930dc1ae97fe1a.zip
ignore: update sst -> anomalyco
Diffstat (limited to '.opencode/tool/github-triage.ts')
-rw-r--r--.opencode/tool/github-triage.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/.opencode/tool/github-triage.ts b/.opencode/tool/github-triage.ts
index a5e6c811d..1e216f1c8 100644
--- a/.opencode/tool/github-triage.ts
+++ b/.opencode/tool/github-triage.ts
@@ -40,7 +40,7 @@ export default tool({
async execute(args) {
const issue = getIssueNumber()
// const octokit = new Octokit({ auth: process.env.GITHUB_TOKEN })
- const owner = "sst"
+ const owner = "anomalyco"
const repo = "opencode"
const results: string[] = []