Skip to content

Commit

Permalink
Merge pull request #3072 from LaurenceKuhl/dev
Browse files Browse the repository at this point in the history
Remove release announcement for non nf-core pipelines
  • Loading branch information
LaurenceKuhl authored Jul 18, 2024
2 parents 33a4b67 + 772ff52 commit 3a9195d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Run awsfulltest on PRs to `master` with two PR approvals ([#3042](https://github.com/nf-core/tools/pull/3042))
- Remove deprecated syntax ([#3046](https://github.com/nf-core/tools/pull/3046))
- Use filename in code block for `params.yml` ([#3055](https://github.com/nf-core/tools/pull/3055))
- Remove release announcement for non nf-core pipelines ([#3072](https://github.com/nf-core/tools/pull/3072))

### Linting

Expand Down
1 change: 1 addition & 0 deletions nf_core/pipelines/create/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def __init__(
"CODE_OF_CONDUCT.md",
".github/workflows/awsfulltest.yml",
".github/workflows/awstest.yml",
".github/workflows/release-announcements.yml",
],
}
# Get list of files we're skipping with the supplied skip keys
Expand Down

0 comments on commit 3a9195d

Please sign in to comment.