Skip to content

Commit 5d668b8

Browse files
authored
fix parity workflow (#1017)
# why # what changed # test plan
1 parent 51ef2cd commit 5d668b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/feature-parity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
repo: 'stagehand-python',
134134
title: issueTitle,
135135
body: issueBody,
136-
labels: ['feature-parity']
136+
labels: ['parity']
137137
});
138138
139139
console.log(`Created issue: ${issue.html_url}`);

0 commit comments

Comments
 (0)