linting update
This commit is contained in:
parent
5da8dc78e6
commit
5146c656e8
@ -56,7 +56,7 @@ export const tagMode: Mode = {
|
|||||||
// Check if actor is human
|
// Check if actor is human
|
||||||
await checkHumanActor(octokit.rest, context);
|
await checkHumanActor(octokit.rest, context);
|
||||||
|
|
||||||
// Create initial tracking comment (always created for tag mode)
|
// Create initial tracking comment
|
||||||
const commentData = await createInitialComment(octokit.rest, context);
|
const commentData = await createInitialComment(octokit.rest, context);
|
||||||
const commentId = commentData.id;
|
const commentId = commentData.id;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user