We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6aeb4be + 7a69377 commit 977a176Copy full SHA for 977a176
1 file changed
index.js
@@ -147,3 +147,7 @@ export async function run(payload) {
147
await handleTest({ owner, repo, issueNumber, commentBody: body, prRef });
148
}
149
150
+
151
+function add(a,b){
152
+ return a+b
153
+}
0 commit comments