Skip to content

Commit b54f55e

Browse files
committed
add myself to "Repository level file" changers list
1 parent 9117cf1 commit b54f55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ci.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe("Check file changes (checkout your files if needed)", () => {
1919
".github/workflows/examples.yml",
2020
".github/readme/partials/documentation/compatibility.md",
2121
])("%s", async file => expect((await diff()).includes(file)).toBe(false)))
22-
if (!["lowlighter"].includes(process.env.PR_AUTHOR)) {
22+
if (!["lowlighter","mikey-"].includes(process.env.PR_AUTHOR)) {
2323
describe("Repository level files were not modified", () =>
2424
void test.each([
2525
".github/config/*",

0 commit comments

Comments
 (0)