You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## This PR is against the \`${BASE_REF}\` branch :x:
25
37
26
-
* Do not close this PR
27
-
* Click _Edit_ and change the `base` to `dev`
28
-
* This CI test will remain failed until you push a new commit
38
+
* Do not close this PR
39
+
* Click _Edit_ and change the \`base\` to \`dev\`
40
+
* This CI test will remain failed until you push a new commit
29
41
30
-
---
42
+
---
31
43
32
-
Hi @${{ github.event.pull_request.user.login }},
44
+
Hi @${PR_USER},
33
45
34
-
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 }}) `main` branch.
35
-
The `main` branch on nf-core repositories should always contain code from the latest release.
36
-
Because of this, PRs to `main` 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.
46
+
It looks like this pull-request is has been made against the [${HEAD_REPO}](https://github.com/${HEAD_REPO}) ${BASE_REF} branch.
47
+
The ${BASE_REF} branch on nf-core repositories should always contain code from the latest release.
48
+
Because of this, PRs to ${BASE_REF} are only allowed if they come from the [${HEAD_REPO}](https://github.com/${HEAD_REPO}) \`dev\` branch.
37
49
38
-
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.
39
-
Note that even after this, the test will continue to show as failing until you push a new commit.
50
+
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.
51
+
Note that even after this, the test will continue to show as failing until you push a new commit.
## This PR is against the \`${BASE_REF}\` branch :x:
28
38
29
-
* Do not close this PR
30
-
* Click _Edit_ and change the `base` to `dev`
31
-
* This CI test will remain failed until you push a new commit
39
+
* Do not close this PR
40
+
* Click _Edit_ and change the \`base\` to \`dev\`
41
+
* This CI test will remain failed until you push a new commit
32
42
33
-
---
43
+
---
34
44
35
-
Hi @${{ github.event.pull_request.user.login }},
45
+
Hi @${PR_USER},
36
46
37
-
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 }}) ${{github.event.pull_request.base.ref}} branch.
38
-
The ${{github.event.pull_request.base.ref}} branch on nf-core repositories should always contain code from the latest release.
39
-
Because of this, PRs to ${{github.event.pull_request.base.ref}} 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.
47
+
It looks like this pull-request is has been made against the [${HEAD_REPO}](https://github.com/${HEAD_REPO}) ${BASE_REF} branch.
48
+
The ${BASE_REF} branch on nf-core repositories should always contain code from the latest release.
49
+
Because of this, PRs to ${BASE_REF} are only allowed if they come from the [${HEAD_REPO}](https://github.com/${HEAD_REPO}) \`dev\` branch.
40
50
41
-
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.
42
-
Note that even after this, the test will continue to show as failing until you push a new commit.
51
+
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.
52
+
Note that even after this, the test will continue to show as failing until you push a new commit.
0 commit comments