From 181bca6a1d8b049bb2ff96980dab09527052de00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20H=C3=B6rtenhuber?= Date: Thu, 24 Mar 2022 09:35:26 +0100 Subject: [PATCH 1/3] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 369ba33d3c..ad157c81f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ ### Template - Updated the AWS GitHub actions to let nf-core/tower-action use it's defaults for pipeline and git sha. +- Add prettier editor extension to gitpod.yml in template ([#1485](https://github.com/nf-core/tools/pull/1485)) +- Remove traces of markdownlint in the template ([#1486](https://github.com/nf-core/tools/pull/1486) +- Remove accidentally added line in CHANGELOG.md in the template ([#1487](https://github.com/nf-core/tools/pull/1487)) + ### General From aefffacbbc567f18aca09fa5ecd94e81f5796e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20H=C3=B6rtenhuber?= Date: Thu, 24 Mar 2022 09:37:57 +0100 Subject: [PATCH 2/3] add PR url to tower-action comment --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad157c81f9..0e895174b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,11 @@ ### Template -- Updated the AWS GitHub actions to let nf-core/tower-action use it's defaults for pipeline and git sha. +- Updated the AWS GitHub actions to let nf-core/tower-action use it's defaults for pipeline and git sha ([#1488](https://github.com/nf-core/tools/pull/1488)) - Add prettier editor extension to gitpod.yml in template ([#1485](https://github.com/nf-core/tools/pull/1485)) - Remove traces of markdownlint in the template ([#1486](https://github.com/nf-core/tools/pull/1486) - Remove accidentally added line in CHANGELOG.md in the template ([#1487](https://github.com/nf-core/tools/pull/1487)) - ### General ### Modules From a2bee6ee5526efcb31db2c090a42e75dfeea619c Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Thu, 24 Mar 2022 11:34:05 +0100 Subject: [PATCH 3/3] Apply suggestions from code review --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e895174b6..829ed5dd5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,9 @@ ### Template - Updated the AWS GitHub actions to let nf-core/tower-action use it's defaults for pipeline and git sha ([#1488](https://github.com/nf-core/tools/pull/1488)) -- Add prettier editor extension to gitpod.yml in template ([#1485](https://github.com/nf-core/tools/pull/1485)) +- Add prettier editor extension to `gitpod.yml` in template ([#1485](https://github.com/nf-core/tools/pull/1485)) - Remove traces of markdownlint in the template ([#1486](https://github.com/nf-core/tools/pull/1486) -- Remove accidentally added line in CHANGELOG.md in the template ([#1487](https://github.com/nf-core/tools/pull/1487)) +- Remove accidentally added line in `CHANGELOG.md` in the template ([#1487](https://github.com/nf-core/tools/pull/1487)) ### General