[PR #4285] [MERGED] Fix webhook type conflation. #17317

Closed
opened 2025-11-02 12:32:26 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4285
Author: @aunger
Created: 6/20/2018
Status: Merged
Merged: 6/21/2018
Merged by: @daviian

Base: masterHead: webhook-type-conflation


📝 Commits (2)

  • 60d330d Fix webhook type conflation.
  • 1affced Merge branch 'master' into webhook-type-conflation

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 routers/repo/webhook.go (+1 -1)
📝 routers/routes/routes.go (+1 -1)

📄 Description

  1. Fix typo that caused Gogs hooks to be created as Gitea hooks.
  2. Fix typo that caused Gogs hooks to be duplicated upon edit (though this bug was masked by the previous one).

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/4285 **Author:** [@aunger](https://github.com/aunger) **Created:** 6/20/2018 **Status:** ✅ Merged **Merged:** 6/21/2018 **Merged by:** [@daviian](https://github.com/daviian) **Base:** `master` ← **Head:** `webhook-type-conflation` --- ### 📝 Commits (2) - [`60d330d`](https://github.com/go-gitea/gitea/commit/60d330dc0a207816e6569862c8efb7c2560adbf2) Fix webhook type conflation. - [`1affced`](https://github.com/go-gitea/gitea/commit/1affcedc0d3b8d3bdcaefb6c13952c165b5411be) Merge branch 'master' into webhook-type-conflation ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `routers/repo/webhook.go` (+1 -1) 📝 `routers/routes/routes.go` (+1 -1) </details> ### 📄 Description 1. Fix typo that caused Gogs hooks to be created as Gitea hooks. 2. Fix typo that caused Gogs hooks to be duplicated upon edit (though this bug was masked by the previous one). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:32:26 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17317