Skip to content

Commit b61dc22

Browse files
committed
chore: add post merge validation bot
1 parent 5f7e738 commit b61dc22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/post-merge-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
});
8484
console.log(`✅ Validation checklist posted on PR #${pull_number}`);
8585
} catch (error) {
86-
console.log(`⚠️ Could not post comment: ${error.message}`);
86+
console.log(`⚠️ Could not postt comment: ${error.message}`);
8787
}
8888
8989
// Add the needs-validation label

0 commit comments

Comments
 (0)