Skip to content

Commit

Permalink
chore: updated issue-assigned.yaml with proper link
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnaacharyaa authored Jun 18, 2024
1 parent d90c7eb commit 6fa9d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-assigned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6fa9d77

Please sign in to comment.