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
This PR simply makes NotifyMigrateRepository emit a Create Repo webhook.
The reason for no new payload is that the information sent to
NotifyMigrateRepository is only essentially the same as
NotifyCreateRepository
Fixgo-gitea#13996
Signed-off-by: Andrew Thornton <art27@cantab.net>
* Cause NotifyMigrateRepository to emit a repo create webhook
This PR simply makes NotifyMigrateRepository emit a Create Repo webhook.
The reason for no new payload is that the information sent to
NotifyMigrateRepository is only essentially the same as
NotifyCreateRepository
Fix#13996
Signed-off-by: Andrew Thornton <art27@cantab.net>
6543
pushed a commit
to 6543-forks/gitea
that referenced
this issue
Dec 17, 2020
…#14004)
* Cause NotifyMigrateRepository to emit a repo create webhook
This PR simply makes NotifyMigrateRepository emit a Create Repo webhook.
The reason for no new payload is that the information sent to
NotifyMigrateRepository is only essentially the same as
NotifyCreateRepository
Fixgo-gitea#13996
Signed-off-by: Andrew Thornton <art27@cantab.net>
[x]
):Description
System webhooks (added with #10546) trigger when you create a new repository but not when you migrate a repository.
Steps to reproduce
The text was updated successfully, but these errors were encountered: