Skip to content

Commit f8544f8

Browse files
authored
Support reopen PR action (#18)
1 parent c6210a3 commit f8544f8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const sizes = {
1616
1000: "XXL"
1717
};
1818

19-
const actions = ["opened", "synchronize"];
19+
const actions = ["opened", "synchronize", "reopened"];
2020

2121
const globrexOptions = { extended: true, globstar: true };
2222

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,9 @@
2222
"dotenv": "^8.2.0",
2323
"eslint": "^7.12.0",
2424
"tmp": "^0.2.1"
25+
},
26+
"prettier": {
27+
"arrowParens": "avoid",
28+
"trailingComma": "none"
2529
}
2630
}

0 commit comments

Comments
 (0)