[PR #5347] [MERGED] Setting Labels via EditPullRequest API #17760

Closed
opened 2025-11-02 15:34:03 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5347
Author: @lucienkerl
Created: 11/16/2018
Status: Merged
Merged: 11/16/2018
Merged by: @jonasfranz

Base: masterHead: master


📝 Commits (1)

  • e6ef3b0 added the ability to set labels on the "edit pull request" api

📊 Changes

1 file changed (+12 additions, -0 deletions)

View changed files

📝 routers/api/v1/repo/pull.go (+12 -0)

📄 Description

According to the documentation it is possible to set labels at pull requests via API. However this wasn't implemented. The PR extends the API to be able to set labels.


🔄 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/5347 **Author:** [@lucienkerl](https://github.com/lucienkerl) **Created:** 11/16/2018 **Status:** ✅ Merged **Merged:** 11/16/2018 **Merged by:** [@jonasfranz](https://github.com/jonasfranz) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`e6ef3b0`](https://github.com/go-gitea/gitea/commit/e6ef3b07be580d4c0ea0faeaba9a228fa8b63872) added the ability to set labels on the "edit pull request" api ### 📊 Changes **1 file changed** (+12 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `routers/api/v1/repo/pull.go` (+12 -0) </details> ### 📄 Description According to the documentation it is possible to set labels at pull requests via API. However this wasn't implemented. The PR extends the API to be able to set labels. --- <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 15:34:03 -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#17760