Skip to content

Commit 106cfc7

Browse files
committed
Adds Agentic JSDoc generation
1 parent c5ed0a6 commit 106cfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jsdoc-automation/src/Configuration.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class Configuration implements Omit<ConfigurationData, 'rootDirectory'> {
4949
public pullRequestLabels: string[] = ['documentation', 'automated-pr'];
5050
public pullRequestReviewers: string[] = [];
5151
public excludedFiles: string[] = ["index.d.ts"];
52-
public branch: string = 'main';
52+
public branch: string = 'develop';
5353

5454
constructor() {
5555
this.repoRoot = getRepoRoot();

0 commit comments

Comments
 (0)