Skip to content
Snippets Groups Projects
Commit 7cd7810e authored by nf-core-bot's avatar nf-core-bot
Browse files

Template update for nf-core/tools version 1.13.1

parent e11507b9
Branches nf-core-template-merge-1.13.1
Tags
No related merge requests found
...@@ -23,11 +23,19 @@ jobs: ...@@ -23,11 +23,19 @@ jobs:
uses: mshick/add-pr-comment@v1 uses: mshick/add-pr-comment@v1
with: with:
message: | message: |
## This PR is against the `master` branch :x:
* Do not close this PR
* Click _Edit_ and change the `base` to `dev`
* This CI test will remain failed until you push a new commit
---
Hi @${{ github.event.pull_request.user.login }}, Hi @${{ github.event.pull_request.user.login }},
It looks like this pull-request is has been made against the ${{github.event.pull_request.base.repo.full_name }} `master` branch. It looks like this pull-request is has been made against the [${{github.event.pull_request.head.repo.full_name }}](https://github.com/${{github.event.pull_request.head.repo.full_name }}) `master` branch.
The `master` branch on nf-core repositories should always contain code from the latest release. The `master` branch on nf-core repositories should always contain code from the latest release.
Because of this, PRs to `master` are only allowed if they come from the ${{github.event.pull_request.base.repo.full_name }} `dev` branch. Because of this, PRs to `master` are only allowed if they come from the [${{github.event.pull_request.head.repo.full_name }}](https://github.com/${{github.event.pull_request.head.repo.full_name }}) `dev` branch.
You do not need to close this PR, you can change the target branch to `dev` by clicking the _"Edit"_ button at the top of this page. You do not need to close this PR, you can change the target branch to `dev` by clicking the _"Edit"_ button at the top of this page.
Note that even after this, the test will continue to show as failing until you push a new commit. Note that even after this, the test will continue to show as failing until you push a new commit.
......
FROM nfcore/base:1.13 FROM nfcore/base:1.13.1
LABEL authors="Nicolas Servant" \ LABEL authors="Nicolas Servant" \
description="Docker image containing all software requirements for the nf-core/hic pipeline" description="Docker image containing all software requirements for the nf-core/hic pipeline"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment