From 6aa2800b01d7c67bfb36224c7aa3e81816e30fa0 Mon Sep 17 00:00:00 2001 From: "Naor Tedgi (Abu Emma)" Date: Wed, 14 Sep 2022 16:49:56 +0300 Subject: [PATCH] fix issue (#1104) - broken link url to CONTRIBUTING.md in github action (#1106) --- .github/workflows/invalid.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/invalid.yml b/.github/workflows/invalid.yml index f7d14e6..92250e7 100644 --- a/.github/workflows/invalid.yml +++ b/.github/workflows/invalid.yml @@ -20,7 +20,7 @@ jobs: issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - body: 'This PR is not valid. Please read [contributing guidelines](https://github.com/MunGell/awesome-for-beginners/CONTRIBUTING.md).' + body: 'This PR is not valid. Please read [contributing guidelines](https://github.com/MunGell/awesome-for-beginners/blob/main/CONTRIBUTING.md).' }); if (context.payload.pull_request.labels.indexOf('Invalid') === -1) { await github.rest.issues.addLabels({