Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository:gitgitgadget/gitgitgadget-github-app
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:71094ed
Choose a base ref
...
head repository:gitgitgadget/gitgitgadget-github-app
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:f8cfc51
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Sep 2, 2025

  1. Azure Function: avoid errors about context.done()

    An Azure Function is supposed to either return a `Promise` or call `context.done()`, otherwise the following error will be shown: [Error] Error: Choose either to return a promise or call 'done'. Do not use both in your script. Learn more: https://go.microsoft.com/fwlink/?linkid=2097909 Since we do prefer to return a `Promise`, let's just skip the call to `context.done()`. To be sure, these error messages are only shown in the Azure Portal, when a developer deigns to turn on and look at the logs. Anyway, this _is_ an error, so let's do fix it. Signed-off-by: Johannes Schindelin <[email protected]>
    @dscho
    dscho committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    f8cfc51View commit details
    Browse the repository at this point in the history
Loading