-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
October Sync #28
October Sync #28
Conversation
…opment chore(development): release 1.0.0
feat: schema validation
@@ -87,5 +88,6 @@ | |||
"extends": [ | |||
"@commitlint/config-conventional" | |||
] | |||
} | |||
}, | |||
"packageManager": "[email protected]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be here.
src/types/plugin-inputs.ts
Outdated
/** | ||
* By default all repositories are watched. Use this option to opt-out from watching specific repositories | ||
* within your organization. The value is an array of repository names. | ||
*/ | ||
watch: T.Object({ | ||
optOut: T.Array(T.String()), | ||
}), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this nested? It should only be optOut on the top level. Looks like its an artifact left over (opt in was removed.) b199f3d
@@ -0,0 +1,85 @@ | |||
export const STRINGS = { | |||
UBIQUITY: "ubiquity", | |||
UBIQUIBOT: "ubiquibot", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All UbiquiBot references should be removed. a9d7179
@0x4007 Should a task be created for the fixes? |
Sure that's fine |
…vity-watcher into ubq-testing-fix-issues
Corrected "intial" to "initial" for better readability.
Merged two schemas into one; updated references in test files.
Removed redundant userActivitySettings variable.
No description provided.