From ef63e680ea40398c89253ebe98becea514e003eb Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Fri, 31 Oct 2025 11:25:49 +0530 Subject: [PATCH 1/2] ci: add release-please label --- .github/labels.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/labels.yaml b/.github/labels.yaml index 2096da1..ea8ffce 100644 --- a/.github/labels.yaml +++ b/.github/labels.yaml @@ -79,4 +79,8 @@ - name: 'status: waiting for response' color: 8befd7 - description: 'Status: reviewer is awaiting feedback or responses from the author before proceeding.' \ No newline at end of file + description: 'Status: reviewer is awaiting feedback or responses from the author before proceeding.' + +- name: 'release-please:force-run' + color: bdca82 + description: To run release-please \ No newline at end of file From d44d9bca1678d16e14400e9492aa50b03eab1eba Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Fri, 31 Oct 2025 11:31:34 +0530 Subject: [PATCH 2/2] fix description --- .github/labels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labels.yaml b/.github/labels.yaml index ea8ffce..5974f23 100644 --- a/.github/labels.yaml +++ b/.github/labels.yaml @@ -83,4 +83,4 @@ - name: 'release-please:force-run' color: bdca82 - description: To run release-please \ No newline at end of file + description: Manually trigger the release please workflow on a PR. \ No newline at end of file