We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee6fef commit 1ee63daCopy full SHA for 1ee63da
1 file changed
scripts/create-pull-request.ps1
@@ -14,6 +14,10 @@ if ($env:RepoName.Contains("msgraph-beta-typescript-typings"))
14
{
15
$title = "feat: generated $env:Version models and request builders"
16
}
17
+elseif ($env:RepoName.Contains("msgraph-metadata")) # we are only generating OpenAPI PRs for the metadata repo
18
+{
19
+ $title = "Generated $env:Version OpenAPI descriptions"
20
+}
21
else {
22
$title = "Generated $env:Version models and request builders"
23
0 commit comments