From f613e38dcbea590b1c19dad29b428435333a54e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20H=C3=B6rtenhuber?= Date: Wed, 5 Nov 2025 12:50:19 +0100 Subject: [PATCH 1/3] Add files_unchanged section to template_features.yml --- nf_core/pipelines/create/template_features.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nf_core/pipelines/create/template_features.yml b/nf_core/pipelines/create/template_features.yml index 9d88275b8d..0801f1ff75 100644 --- a/nf_core/pipelines/create/template_features.yml +++ b/nf_core/pipelines/create/template_features.yml @@ -239,6 +239,8 @@ components_modules: - "conf/base.config" - "conf/modules.config" - "modules.json" + files_unchanged: + - ".prettierignore" nfcore_pipelines: False custom_pipelines: True default: true From 392f8831ed35490512db338a030734cf6d379112 Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Wed, 5 Nov 2025 11:51:47 +0000 Subject: [PATCH 2/3] [automated] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3afe448bc..fa3eac6d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### Template - Change GitHub Codespaces badge style ([#3869](https://github.com/nf-core/tools/pull/3869)) +- Add files_unchanged section to template_features.yml ([#3873](https://github.com/nf-core/tools/pull/3873)) ### Linting From cacb72e18be3dc589ad4d0b27283f8840b215615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20H=C3=B6rtenhuber?= Date: Wed, 5 Nov 2025 12:53:36 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: JĂșlia Mir Pedrol --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa3eac6d97..5e3cda2255 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,7 @@ ### Template -- Change GitHub Codespaces badge style ([#3869](https://github.com/nf-core/tools/pull/3869)) -- Add files_unchanged section to template_features.yml ([#3873](https://github.com/nf-core/tools/pull/3873)) +- Change GitHub Codespaces badge style ([#3869](https://github.com/nf-core/tools/pull/3869) and [#3873](https://github.com/nf-core/tools/pull/3873)) ### Linting