From f2d2e6029f103cdbb931b625784575ee74c06b2a Mon Sep 17 00:00:00 2001 From: mitsudome-r Date: Fri, 13 Dec 2024 14:48:50 +0900 Subject: [PATCH] fix: use simple template for pull request Signed-off-by: mitsudome-r --- .github/sync-files.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/sync-files.yaml b/.github/sync-files.yaml index 6560ad8..d9b5e65 100644 --- a/.github/sync-files.yaml +++ b/.github/sync-files.yaml @@ -5,8 +5,7 @@ - source: .github/ISSUE_TEMPLATE/config.yml - source: .github/ISSUE_TEMPLATE/task.yaml - source: .github/dependabot.yaml - - source: .github/pull_request_template_complex.md - dest: .github/pull_request_template.md + - source: .github/pull_request_template.md - source: .github/stale.yml - source: .github/workflows/cancel-previous-workflows.yaml - source: .github/workflows/check-build-depends.yaml