Skip to content

Commit fe7061d

Browse files
authored
fix feature parity workflow (#188)
1 parent ec22cb9 commit fe7061d

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
@@ -131,7 +131,7 @@ jobs:
131131
repo: 'stagehand',
132132
title: issueTitle,
133133
body: issueBody,
134-
labels: ['feature-parity']
134+
labels: ['parity']
135135
});
136136
137137
console.log(`Created issue: ${issue.html_url}`);

0 commit comments

Comments
 (0)