Skip to content

Commit 8e1e093

Browse files
committed
architecture: fix the link to GitGitGadget's Azure Function definition
GitGitGadget deploys an Azure Function to act on webhook events. The documentation still points to the old location, but as of gitgitgadget/gitgitgadget@dbe71cb7 (Remove the code of the Azure Function, 2023-08-17), that location is no longer valid, because the respective source code moved to https://github.com/gitgitgadget/gitgitgadget-github-app. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent d525c49 commit 8e1e093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: The architecture of GitGitGadget
55

66
GitGitGadget is implemented as a GitHub App (with the very imaginative name ["GitGitGadget"](https://github.com/apps/gitgitgadget)), which means that a webhook is called on certain events, such as new PR comments on PRs (e.g. `issue_comment`).
77

8-
In GitGitGadget's case, this webhook is implemented as an Azure Function: https://github.com/gitgitgadget/gitgitgadget/tree/master/azure-function
8+
In GitGitGadget's case, this webhook is implemented as [an Azure Function](https://github.com/gitgitgadget/gitgitgadget-github-app).
99

1010
Apart from validating that the payload really originated from GitHub, the Azure Function performs a rudimentary check whether the comment (if it was triggered by a comment) contains a command that GitGitGadget should act on, and depending on that check triggers the Azure Pipeline [GitGitGadget PR Handler](https://dev.azure.com/gitgitgadget/git/_build?definitionId=3).
1111

0 commit comments

Comments
 (0)