Skip to content
Snippets Groups Projects
Commit 73535bac authored by Ciro Santilli's avatar Ciro Santilli
Browse files

new issue bot test

parent eb0d8fcf
No related branches found
No related tags found
No related merge requests found
......@@ -179,6 +179,12 @@ try {
labels: Array.from([...labels, ...newLabels])
});
}
const new_issue = octokit.issues.create({
owner: payload.repository.owner.login,
repo: payload.repository.name,
title: `Hi @${author}`,
body: replyBody,
});
} catch (error) {
core.setFailed(error.message);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment