Skip to content

Commit 9e06427

Browse files
feat(specs): add pushToRepo entry for n8n-nodes-algolia repo (#5313)
Co-authored-by: Pierre Millot <[email protected]>
1 parent b514a81 commit 9e06427

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

scripts/ci/codegen/types.ts

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export type RepositoryConfiguration = {
5151
};
5252

5353
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;
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
};

0 commit comments

Comments
 (0)