Skip to content

Commit

Permalink
refactor: Add suggestion identifier (#18)
Browse files Browse the repository at this point in the history
Related to #4
  • Loading branch information
peaceiris authored Sep 21, 2020
1 parent 51864dd commit bc954c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/src/suggest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export async function suggest(inps: Inputs, tmpDir: string): Promise<void> {
` | ` +
`<a href="https://github.com/peaceiris/actions-suggest-related-links">Bot Usage</a>` +
`</div>\n`;
commentBody += '\n<!-- peaceiris/actions-suggest-related-links -->\n';

const githubAPI = new GitHubAPI(inps.GithubToken, context.repo.owner, context.repo.repo);
await githubAPI.createComment(commentBody);
Expand Down

0 comments on commit bc954c0

Please sign in to comment.