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
As a developer I want the organization's webhook to fire when a new repo is forked into said organization so that I know something changed and can use the data.
Scenario: User_A likes My_Cool_Repo and forks it into Org_A, the webhook fires and and everyone is happy.
Our Scenario: We receive a source text request which we fulfill by forking the source repository into our Door43-Catalog repository, which fires the webhook and starts an update of our API v3 catalog.
The text was updated successfully, but these errors were encountered:
I've created a PR upstream (go-gitea/gitea#1663) to support webhooks for "repository" events (repository created or deleted in an org). An organization forking a repository is just a special case of the "repository" event.
Story
As a developer I want the organization's webhook to fire when a new repo is forked into said organization so that I know something changed and can use the data.
Scenario: User_A likes My_Cool_Repo and forks it into Org_A, the webhook fires and and everyone is happy.
Our Scenario: We receive a source text request which we fulfill by forking the source repository into our Door43-Catalog repository, which fires the webhook and starts an update of our API v3 catalog.
The text was updated successfully, but these errors were encountered: