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 = {
51
51
} ;
52
52
53
53
export 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 ;
55
55
} = {
56
56
AlgoliaWeb : {
57
57
baseBranch : 'develop' ,
@@ -145,4 +145,19 @@ export const pushToRepositoryConfiguration: {
145
145
} ,
146
146
] ,
147
147
} ,
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
+ } ,
148
163
} ;
You can’t perform that action at this time.
0 commit comments