We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4681241 commit aed5400Copy full SHA for aed5400
dist/index.js
@@ -170,6 +170,8 @@ try {
170
const parts = key.match(/\bgithub\.com[:/]([_.a-z0-9-]+\/[_.a-z0-9-]+)/i);
171
172
if (!parts) {
173
+ console.log(`Comment for key '${key}' does not match GitHub URL pattern. Not treating it as a GitHub deploy key.`);
174
+
175
return;
176
}
177
index.js
@@ -53,6 +53,8 @@ try {
53
54
55
56
57
58
59
60
0 commit comments