Skip to content

Commit 977a176

Browse files
authored
Merge pull request #1 from hkv-31/test-agent
debugging gitagent and final output
2 parents 6aeb4be + 7a69377 commit 977a176

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,7 @@ export async function run(payload) {
147147
await handleTest({ owner, repo, issueNumber, commentBody: body, prRef });
148148
}
149149
}
150+
151+
function add(a,b){
152+
return a+b
153+
}

0 commit comments

Comments
 (0)