From f87feeb0481b596dac8067f86205b5149de5cd50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Sat, 21 Dec 2024 21:32:03 +0300 Subject: [PATCH] ci(sync-files): add pr template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- .github/sync-files.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/sync-files.yaml b/.github/sync-files.yaml index fbf63b1..c31f274 100644 --- a/.github/sync-files.yaml +++ b/.github/sync-files.yaml @@ -9,8 +9,10 @@ - source: .github/ISSUE_TEMPLATE/config.yml - source: .github/ISSUE_TEMPLATE/task.yaml - source: .github/dependabot.yaml + - source: .github/pull_request_template.md - source: .github/stale.yml - source: .github/workflows/cancel-previous-workflows.yaml + - source: .github/workflows/comment-on-pr.yaml - source: .github/workflows/github-release.yaml - source: .github/workflows/pre-commit-autoupdate.yaml - source: .github/workflows/pre-commit-optional.yaml