File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export type RepositoryConfiguration = {
5151} ;
5252
5353export const pushToRepositoryConfiguration : {
54- [ k in 'AlgoliaWeb' | 'doc' | 'mcp-node' | 'docs-new' ] : RepositoryConfiguration ;
54+ [ k in 'AlgoliaWeb' | 'doc' | 'mcp-node' | 'docs-new' | 'n8n-nodes-algolia' ] : RepositoryConfiguration ;
5555} = {
5656 AlgoliaWeb : {
5757 baseBranch : 'develop' ,
@@ -145,4 +145,19 @@ export const pushToRepositoryConfiguration: {
145145 } ,
146146 ] ,
147147 } ,
148+ 'n8n-nodes-algolia' : {
149+ baseBranch : 'main' ,
150+ tasks : [
151+ {
152+ prBranch : 'feat/auto-openapi-sync' ,
153+ commitMessage : 'feat: update OpenAPI specs' ,
154+ files : {
155+ type : 'specs' ,
156+ ext : 'json' ,
157+ output : 'src/nodes/Algolia/specs' ,
158+ placeholderVariables : { appId : 'applicationId' } ,
159+ } ,
160+ } ,
161+ ] ,
162+ } ,
148163} ;
You can’t perform that action at this time.
0 commit comments