Skip to content

Commit 8d6f210

Browse files
committed
chore: hide previous comments on feat
1 parent ffaa75c commit 8d6f210

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/validate.js

+1
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ const handleFeatureRequest = async ({github, context, body, labels}) => {
189189
validateFeatureRequest(body, labels);
190190

191191
const comment = MESSAGE.FEATURE_REQUEST;
192+
await hidePreviousComments({github, context});
192193
await createComment({github, context, body: comment});
193194
};
194195

0 commit comments

Comments
 (0)