You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
body: 'Okay, triggered <the URL to the workflow handle-pr-comment.yml run on main with inputs {"pr-comment-url":"https://github.com/gitgitgadget/git/pull/1886743660"}>!'
0 commit comments