We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9330c8f commit 5210e85Copy full SHA for 5210e85
.github/pull_request_template.md
@@ -1,7 +1,6 @@
1
## Describe your changes
2
3
## Issue ticket number / link
4
-- https://blocksphere2020.atlassian.net/browse/DBIO-ISSUE_NUMBER
5
6
## Checklist before requesting a review
7
- [ ] I have performed a self-review of my code
.github/workflows/builder.yaml
@@ -17,7 +17,6 @@ jobs:
17
name: Docker
18
steps:
19
- name: Checkout Repository
20
- if: ${{ !startsWith(github.ref, 'refs/tags/') }}
21
uses: actions/checkout@v3
22
with:
23
fetch-depth: 0
.github/workflows/mlc_config.json
@@ -8,9 +8,6 @@
8
},
9
{
10
"pattern": "^https://medium.com/@debionetwork.blog"
11
- },
12
- {
13
- "pattern": "^https://blocksphere2020.atlassian.net/browse/DBIO-ISSUE_NUMBER"
14
}
15
]
16
0 commit comments