From 75ad5b72740e4e465ce69849c3110db94da6024b Mon Sep 17 00:00:00 2001 From: miguel Date: Mon, 25 Aug 2025 17:13:20 -0700 Subject: [PATCH] fix feature parity workflow --- .github/workflows/feature-parity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/feature-parity.yml b/.github/workflows/feature-parity.yml index 85f93f17..2ad356c5 100644 --- a/.github/workflows/feature-parity.yml +++ b/.github/workflows/feature-parity.yml @@ -131,7 +131,7 @@ jobs: repo: 'stagehand', title: issueTitle, body: issueBody, - labels: ['feature-parity'] + labels: ['parity'] }); console.log(`Created issue: ${issue.html_url}`);