Skip to content

Commit

Permalink
Remove the code of the Azure Function
Browse files Browse the repository at this point in the history
GitGitGadget consists of multiple parts:

- the actual Typescript code implementing the functionality

- a couple of Azure Pipelines that run said code

- a GitHub App, implemented in the form of an Azure Function that acts
  on the webhook events (usually PR comments containing slash commands)
  by triggering the Azure Pipelines

For various reasons, the GitHub App (i.e. the Azure Function) code had
to be extracted into its own repository over at
https://github.com/gitgitgadget/gitgitgadget-github-app.

With this commit, we remove the now-obsolete code in GitGitGadget's main
repository.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Aug 17, 2023
1 parent 81cd07b commit dbe71cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 198 deletions.
19 changes: 0 additions & 19 deletions azure-function/function.json

This file was deleted.

179 changes: 0 additions & 179 deletions azure-function/index.js

This file was deleted.

0 comments on commit dbe71cb

Please sign in to comment.