From ade229d3abc60c81547d88a3fc70b07bf0b49089 Mon Sep 17 00:00:00 2001 From: mashehu Date: Mon, 2 Jun 2025 13:11:37 +0200 Subject: [PATCH 1/2] make all github actions in the template kebab-case --- .../.github/workflows/{fix-linting.yml => fix_linting.yml} | 0 ...template_version_comment.yml => template-version-comment.yml} | 0 nf_core/utils.py | 1 + 3 files changed, 1 insertion(+) rename nf_core/pipeline-template/.github/workflows/{fix-linting.yml => fix_linting.yml} (100%) rename nf_core/pipeline-template/.github/workflows/{template_version_comment.yml => template-version-comment.yml} (100%) diff --git a/nf_core/pipeline-template/.github/workflows/fix-linting.yml b/nf_core/pipeline-template/.github/workflows/fix_linting.yml similarity index 100% rename from nf_core/pipeline-template/.github/workflows/fix-linting.yml rename to nf_core/pipeline-template/.github/workflows/fix_linting.yml diff --git a/nf_core/pipeline-template/.github/workflows/template_version_comment.yml b/nf_core/pipeline-template/.github/workflows/template-version-comment.yml similarity index 100% rename from nf_core/pipeline-template/.github/workflows/template_version_comment.yml rename to nf_core/pipeline-template/.github/workflows/template-version-comment.yml diff --git a/nf_core/utils.py b/nf_core/utils.py index b608c69602..a0bc06f244 100644 --- a/nf_core/utils.py +++ b/nf_core/utils.py @@ -1164,6 +1164,7 @@ class NFCoreYamlLintConfig(BaseModel): schema for linting config in `.nf-core.yml` should cover: .. code-block:: yaml + files_unchanged: - .github/workflows/branch.yml modules_config: False From 7d766710a4e83994971e0cb561e72f30fa608ad0 Mon Sep 17 00:00:00 2001 From: mashehu Date: Mon, 2 Jun 2025 13:13:30 +0200 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d6a294f53..8f862b368a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ We also enabled to install subworkflows with modules from different remotes. - Make jobs automatically resubmit for exit code 175 ([#3564](https://github.com/nf-core/tools/pull/3564)) - Bump nf-schema back to 2.3.0 ([#3577](https://github.com/nf-core/tools/pull/3577)) - Do not skip AWS fulltest action on release ([#3583](https://github.com/nf-core/tools/pull/3583)) +- Make all github actions in the template kebab-case ([#3600](https://github.com/nf-core/tools/pull/3600)) ### Linting