Merge pull request #6083 from backstage/rugvip/hooked

cli: disable GitHub App webhook by default
This commit is contained in:
Patrik Oldsberg
2021-06-17 13:56:00 +02:00
committed by GitHub
3 changed files with 10 additions and 0 deletions
@@ -120,6 +120,7 @@ export class GithubCreateAppServer {
redirect_url: `${baseUrl}/callback`,
hook_attributes: {
url: this.webhookUrl,
active: false,
},
};
const manifestJson = JSON.stringify(manifest).replace(/\"/g, '"');