[PR #1] [MERGED] add label when check the approvals #12

Closed
opened 2026-02-15 16:29:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/lgtm/pull/1
Author: @lunny
Created: 11/4/2016
Status: Merged
Merged: 11/5/2016
Merged by: @xinity

Base: masterHead: lunny/add_label


📝 Commits (3)

  • 6a8b1c6 add label when check the approvals
  • 0ff5594 don't return if remove an non-exist label
  • 21eba35 don't remove and add every time

📊 Changes

5 files changed (+97 additions, -11 deletions)

View changed files

📝 remote/github/github.go (+17 -0)
📝 remote/mock/remote.go (+35 -7)
📝 remote/remote.go (+15 -0)
📝 store/mock/store.go (+5 -4)
📝 web/hook.go (+25 -0)

📄 Description

No description provided


🔄 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/lgtm/pull/1 **Author:** [@lunny](https://github.com/lunny) **Created:** 11/4/2016 **Status:** ✅ Merged **Merged:** 11/5/2016 **Merged by:** [@xinity](https://github.com/xinity) **Base:** `master` ← **Head:** `lunny/add_label` --- ### 📝 Commits (3) - [`6a8b1c6`](https://github.com/go-gitea/lgtm/commit/6a8b1c67cef109bb501fb70bc01eb6a28caf0efb) add label when check the approvals - [`0ff5594`](https://github.com/go-gitea/lgtm/commit/0ff55947a885af24c02453534318d674c487acee) don't return if remove an non-exist label - [`21eba35`](https://github.com/go-gitea/lgtm/commit/21eba3548d6557536622c8a0d2f9046655273757) don't remove and add every time ### 📊 Changes **5 files changed** (+97 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `remote/github/github.go` (+17 -0) 📝 `remote/mock/remote.go` (+35 -7) 📝 `remote/remote.go` (+15 -0) 📝 `store/mock/store.go` (+5 -4) 📝 `web/hook.go` (+25 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 16:29:08 -05:00
yindo closed this issue 2026-02-15 16:29:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/lgtm#12