[PR #888] [MERGED] Add delete branch track on pull request comments #15636

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/888
Author: @lunny
Created: 2/10/2017
Status: Merged
Merged: 2/11/2017
Merged by: @lunny

Base: masterHead: lunny/track_delete_branch


📝 Commits (2)

  • 7dcede3 add delete branch track on pull request comments
  • aa98220 don't change vendor

📊 Changes

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

View changed files

📝 models/issue.go (+18 -0)
📝 models/issue_comment.go (+12 -0)
📝 options/locale/locale_en-US.ini (+1 -0)
📝 options/locale/locale_zh-CN.ini (+1 -0)
📝 routers/repo/branch.go (+11 -1)
📝 routers/repo/issue.go (+2 -1)
📝 templates/repo/issue/view_content.tmpl (+10 -0)

📄 Description

resolved #883


🔄 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/888 **Author:** [@lunny](https://github.com/lunny) **Created:** 2/10/2017 **Status:** ✅ Merged **Merged:** 2/11/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/track_delete_branch` --- ### 📝 Commits (2) - [`7dcede3`](https://github.com/go-gitea/gitea/commit/7dcede308d55476029e546688bb0335f97cbc4ce) add delete branch track on pull request comments - [`aa98220`](https://github.com/go-gitea/gitea/commit/aa9822067e1892b9c8f019fd0fd5ceabc0bbfdcc) don't change vendor ### 📊 Changes **7 files changed** (+55 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `models/issue.go` (+18 -0) 📝 `models/issue_comment.go` (+12 -0) 📝 `options/locale/locale_en-US.ini` (+1 -0) 📝 `options/locale/locale_zh-CN.ini` (+1 -0) 📝 `routers/repo/branch.go` (+11 -1) 📝 `routers/repo/issue.go` (+2 -1) 📝 `templates/repo/issue/view_content.tmpl` (+10 -0) </details> ### 📄 Description resolved #883 --- <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 11:51:12 -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#15636