[PR #5779] [MERGED] Add label commenter workflow #10655

Closed
opened 2026-02-07 06:24:20 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5779
Author: @joshuaboniface
Created: 4/11/2021
Status: Merged
Merged: 5/5/2021
Merged by: @thornbill

Base: masterHead: issue-comments


📝 Commits (3)

📊 Changes

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

View changed files

.github/workflows/label-commenter-config.yml (+43 -0)
.github/workflows/label-commenter.yml (+22 -0)

📄 Description

Changes
Add label commenter workflow

Right now the main purpose is to handle instructions for stable backports. Can be expanded in the future.

The main thrust of this is to ensure the process for handling stable backports is known to the PR author, and to allow them the opportunity to test the cherry-pick before handling by the release manager (i.e. project leader).

This process will help ensure, via a recorded message, that cherry-picks of stable backports have known good fixes before the actual process of cherry-picking begins.

Issues
N/A


🔄 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/jellyfin/jellyfin/pull/5779 **Author:** [@joshuaboniface](https://github.com/joshuaboniface) **Created:** 4/11/2021 **Status:** ✅ Merged **Merged:** 5/5/2021 **Merged by:** [@thornbill](https://github.com/thornbill) **Base:** `master` ← **Head:** `issue-comments` --- ### 📝 Commits (3) - [`7aa53b0`](https://github.com/jellyfin/jellyfin/commit/7aa53b060e5e7c4315e203034114b9d585d039da) Add label commenter workflow - [`f381c53`](https://github.com/jellyfin/jellyfin/commit/f381c536342760a53db85a1ed527091da2d3abfc) Fix typo - [`4deccd4`](https://github.com/jellyfin/jellyfin/commit/4deccd451ea09c3c34d9236f3b7426277b32a0bb) Mention testing too ### 📊 Changes **2 files changed** (+65 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/label-commenter-config.yml` (+43 -0) ➕ `.github/workflows/label-commenter.yml` (+22 -0) </details> ### 📄 Description **Changes** Add label commenter workflow Right now the main purpose is to handle instructions for stable backports. Can be expanded in the future. The main thrust of this is to ensure the process for handling stable backports is known to the PR author, and to allow them the opportunity to test the `cherry-pick` before handling by the release manager (i.e. project leader). This process will help ensure, via a recorded message, that cherry-picks of stable backports have known good fixes before the actual process of cherry-picking begins. **Issues** N/A --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:24:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10655