From 6fa9d7768d6f709abbb7599b7680b27e1f325f5b Mon Sep 17 00:00:00 2001 From: Krishna R Acharya <116620586+krishnaacharyaa@users.noreply.github.com> Date: Tue, 18 Jun 2024 07:05:20 +0530 Subject: [PATCH] chore: updated issue-assigned.yaml with proper link --- .github/workflows/issue-assigned.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-assigned.yaml b/.github/workflows/issue-assigned.yaml index 88da2127..2daf1476 100644 --- a/.github/workflows/issue-assigned.yaml +++ b/.github/workflows/issue-assigned.yaml @@ -15,7 +15,7 @@ jobs: script: | const issue_number = context.issue.number; const issue_assignee = context.payload.assignee.login; - const contributing_guidelines_url = 'https://github.com/krishnaacharyaa/wanderlust/blob/main/.github/CONTRIBUTING.md'; + const contributing_guidelines_url = 'https://github.com/krishnaacharyaa/wanderlust/blob/main/.github/CONTRIBUTING.md#guidelines-for-contributions'; github.rest.issues.createComment({ owner: context.repo.owner,