From 0c06ba942e74c6c40ab3c3b7e23bc1828ec3aa98 Mon Sep 17 00:00:00 2001 From: Hundrec Date: Fri, 24 Jan 2025 16:21:34 -0700 Subject: [PATCH] Add needs r&d label to unlabel list (#4034) --- .github/label-actions.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/label-actions.yml b/.github/label-actions.yml index 4d5429cf13..ef7448ab26 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -16,6 +16,7 @@ - 'status: bug reproduced' - 'status: cannot reproduce' - 'status: needs clarification' + - 'status: needs r&d' - 'status: needs revision' - 'status: pending pull request' - 'status: pending triage' @@ -31,14 +32,13 @@ This pull request is a duplicate. Please direct all discussion to the original pull request. # Close the pull request close: false - # Set a close reason - # close-reason: 'not planned' # Remove other status labels unlabel: - 'status: accepted' - 'status: bug reproduced' - 'status: cannot reproduce' - 'status: needs clarification' + - 'status: needs r&d' - 'status: needs revision' - 'status: pending pull request' - 'status: pending triage' @@ -62,6 +62,7 @@ - 'status: cannot reproduce' - 'status: duplicate' - 'status: needs clarification' + - 'status: needs r&d' - 'status: needs revision' - 'status: pending pull request' - 'status: pending triage' @@ -73,8 +74,6 @@ prs: # Close the pull request close: true - # Set a close reason - close-reason: 'not planned' # Remove other status labels unlabel: - 'status: accepted' @@ -82,6 +81,7 @@ - 'status: cannot reproduce' - 'status: duplicate' - 'status: needs clarification' + - 'status: needs r&d' - 'status: needs revision' - 'status: pending pull request' - 'status: pending triage' @@ -104,6 +104,7 @@ - 'status: cannot reproduce' - 'status: duplicate' - 'status: needs clarification' + - 'status: needs r&d' - 'status: needs revision' - 'status: pending pull request' - 'status: pending triage' @@ -115,8 +116,6 @@ prs: # Close the pull request close: true - # Set a close reason - close-reason: 'not planned' # Remove other status labels unlabel: - 'status: accepted' @@ -124,6 +123,7 @@ - 'status: cannot reproduce' - 'status: duplicate' - 'status: needs clarification' + - 'status: needs r&d' - 'status: needs revision' - 'status: pending pull request' - 'status: pending triage' @@ -146,6 +146,7 @@ - 'status: cannot reproduce' - 'status: duplicate' - 'status: needs clarification' + - 'status: needs r&d' - 'status: needs revision' - 'status: pending pull request' - 'status: pending triage'