Skip to content

Commit

Permalink
Merge pull request #95 from ubiquity-whilefoo/deploy-fix
Browse files Browse the repository at this point in the history
fix: ncc build
  • Loading branch information
gentlementlegen authored Nov 26, 2024
2 parents 688dfbb + dc54e30 commit dee590e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
3 changes: 3 additions & 0 deletions dist/index.js

Large diffs are not rendered by default.

12 changes: 1 addition & 11 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,6 @@
"type": "string"
}
}
},
"required": [
"reviewDelayTolerance",
"taskStaleTimeoutDuration",
"startRequiresWallet",
"maxConcurrentTasks",
"assignedIssueScope",
"emptyWalletText",
"rolesWithReviewAuthority",
"requiredLabelsToStart"
]
}
}
}
2 changes: 1 addition & 1 deletion tests/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ export function createContext(
...sender,
},
} as Context["payload"],
logger: new Logs("debug"),
logger: new Logs("debug") as unknown as Context["logger"],
config: {
reviewDelayTolerance: "3 Days",
taskStaleTimeoutDuration: "30 Days",
Expand Down

0 comments on commit dee590e

Please sign in to comment.