mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5779] [MERGED] Add label commenter workflow #10655
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:issue-comments📝 Commits (3)
7aa53b0Add label commenter workflowf381c53Fix typo4deccd4Mention testing too📊 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-pickbefore 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.