We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7e738 commit b61dc22Copy full SHA for b61dc22
1 file changed
.github/workflows/post-merge-validation.yml
@@ -83,7 +83,7 @@ jobs:
83
});
84
console.log(`✅ Validation checklist posted on PR #${pull_number}`);
85
} catch (error) {
86
- console.log(`⚠️ Could not post comment: ${error.message}`);
+ console.log(`⚠️ Could not postt comment: ${error.message}`);
87
}
88
89
// Add the needs-validation label
0 commit comments