Skip to content

Commit

Permalink
update breakingchange label config (#28793)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR


### Issues associated with this PR


### Describe the problem that is addressed by this PR


### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?


### Are there test cases added in this PR? _(If not, why?)_


### Provide a list of related PRs _(if any)_


### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)
  • Loading branch information
JackTn authored Mar 6, 2024
1 parent c2f68bc commit 2256ce3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion swagger_to_sdk_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"parseGenerateOutput": true
},
"packageOptions": {
"breakingChangeLabel": "CI-BreakingChange-JavaScript"
"breakingChangeLabel": "CI-BreakingChange-JavaScript",
"breakingChangesLabel": "BreakingChange-JavaScript-Sdk"
}
}

0 comments on commit 2256ce3

Please sign in to comment.