From 71e9f542d2001980509a778331e275460f865134 Mon Sep 17 00:00:00 2001 From: jb-alvarado <2212056+jb-alvarado@users.noreply.github.com> Date: Tue, 17 Sep 2024 19:59:22 +0200 Subject: [PATCH] Update auto_close_issue.yml --- .github/workflows/auto_close_issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_close_issue.yml b/.github/workflows/auto_close_issue.yml index 0f7e972d..005defac 100644 --- a/.github/workflows/auto_close_issue.yml +++ b/.github/workflows/auto_close_issue.yml @@ -8,5 +8,5 @@ jobs: uses: roots/issue-closer@v1.2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-close-message: "@${issue.user.login} this issue was automatically closed because it did not follow the issue template" + issue-close-message: "@${issue.user.login} this issue was automatically closed because it did not follow the issue template. Please read [CONTRIBUTING.md](https://github.com/ffplayout/ffplayout/blob/master/CONTRIBUTING.md) for more informations." issue-pattern: ".*### Describe the bug([\\s\\S]*?)### To Reproduce.*|### Feature description.*"