From e59d410f714d89daf53f7e99fd7b1ce30a67e059 Mon Sep 17 00:00:00 2001 From: Rajdip Bhattacharya Date: Sat, 6 Jan 2024 15:53:26 +0530 Subject: [PATCH] fix: fix syntax error in auto-assign.yaml --- .github/workflows/auto-assign.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-assign.yaml b/.github/workflows/auto-assign.yaml index dea0e974..7ac60a42 100644 --- a/.github/workflows/auto-assign.yaml +++ b/.github/workflows/auto-assign.yaml @@ -15,7 +15,7 @@ jobs: const comment = context.payload.comment; const issue = context.issue; const owner = "keyshade-xyz"; - const repo = "keyshade + const repo = "keyshade" if (comment.body.startsWith('/attempt')) { if (!issue.assignee) {