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}`);