From 8375a5b7ac9919e6c42d8a14c3da81c1d10bc2a6 Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Fri, 31 Oct 2025 11:24:51 +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 c48617ed747a9802b6d71e9f7e112c6de2539a77 Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Fri, 31 Oct 2025 11:31:14 +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