diff --git a/.github/workflows/close-old-pr.yml b/.github/workflows/close-old-pr.yml index aacadaf..94b22ef 100644 --- a/.github/workflows/close-old-pr.yml +++ b/.github/workflows/close-old-pr.yml @@ -34,7 +34,7 @@ jobs: owner, repo, issue_number: pr.number, - body: "This pull request has been closed because it does not mention the issue that it solves. Please refer to the [Contributing files](https://github.com/Sulagna-Dutta-Roy/GGExtensions/blob/master/CONTRIBUTING.md) to help you add this information. Then, tag the maintainers so your PR can be reopened." + body: "This pull request has been closed because it does not mention the issue that it solves. Please refer to the [Contributing files](https://github.com/dhruvpatidar359/nextdraw/blob/master/CONTRIBUTING.md) to help you add this information. Then, tag the maintainers so your PR can be reopened." }); } }