From e1ccab6c1df4ab39e17c0e0dbd891a66b2e1579c Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 17 Aug 2023 12:21:22 +0200 Subject: [PATCH 1/2] cSpell: ignore a environment variable The AZURE_FUNCTIONAPP_PUBLISH_PROFILE environment variable is named correctly, but cSpell (i.e. VSCode's spell checker) would complain about "functionapp" not being a word. Signed-off-by: Johannes Schindelin --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3fdb0eb2..fe4c6418 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,5 +10,8 @@ "cSpell.words": [ "dscho", "gitgitgadget" + ], + "cSpell.ignoreRegExpList": [ + "AZURE_FUNCTIONAPP_PUBLISH_PROFILE" ] } \ No newline at end of file From c11ce58939b794017b37be964f9777e2aef6075d Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 17 Aug 2023 12:22:33 +0200 Subject: [PATCH 2/2] README: fix incorrect URL We use https://github.com/gitgitgadget as the home page, not the repository URL. Signed-off-by: Johannes Schindelin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 192e4814..9c5fee51 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ As a last step, the repository was pushed, triggering the deployment to the Azur ### The GitHub App -Finally, the existing GitHub App's webhook URL was redirected to the new one. If there had not been an existing GitHub App, [a new GitHub App would have been registered](https://github.com/settings/apps/new) with the repository URL on GitHub as homepage URL. +Finally, the existing GitHub App's webhook URL was redirected to the new one. If there had not been an existing GitHub App, [a new GitHub App would have been registered](https://github.com/settings/apps/new) with https://github.com/gitgitgadget as homepage URL. As Webhook URL, the URL of the Azure Function was used, which can be copied in the "Functions" tab of the Azure Function. It looks similar to this: https://my-github-app.azurewebsites.net/api/MyGitHubApp