Skip to content

Commit 9404b2c

Browse files
committed
chore: add post merge validation bot
1 parent b61dc22 commit 9404b2c

2 files changed

Lines changed: 2 additions & 2 deletions

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 postt comment: ${error.message}`);
86+
console.log(`⚠️ Could not post comment: ${error.message}`);
8787
}
8888
8989
// Add the needs-validation label

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Merge Validation
1+
name: Test Merge Validationn
22

33
on:
44
push:

0 commit comments

Comments
 (0)