forked from github-starred/komodo
enable commit config
This commit is contained in:
@@ -100,6 +100,7 @@ export const BuildConfig = ({ id }: { id: string }) => {
|
||||
git: {
|
||||
repo: true,
|
||||
branch: true,
|
||||
commit: true,
|
||||
github_account: (account, set) => (
|
||||
<AccountSelector
|
||||
id={update.builder_id ?? config.builder_id ?? undefined}
|
||||
|
||||
@@ -42,6 +42,7 @@ export const RepoConfig = ({ id }: { id: string }) => {
|
||||
general: {
|
||||
repo: true,
|
||||
branch: true,
|
||||
commit: true,
|
||||
github_account: (value, set) => {
|
||||
const server_id = update.server_id || config.server_id;
|
||||
if (server_id) {
|
||||
|
||||
Reference in New Issue
Block a user