diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e25cde9e..bce4fc7d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,6 @@ ## Describe your changes ## Issue ticket number / link -- https://blocksphere2020.atlassian.net/browse/DBIO-ISSUE_NUMBER ## Checklist before requesting a review - [ ] I have performed a self-review of my code diff --git a/.github/workflows/builder.yaml b/.github/workflows/builder.yaml index c1f420ed..f1c79376 100755 --- a/.github/workflows/builder.yaml +++ b/.github/workflows/builder.yaml @@ -17,7 +17,6 @@ jobs: name: Docker steps: - name: Checkout Repository - if: ${{ !startsWith(github.ref, 'refs/tags/') }} uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/mlc_config.json b/.github/workflows/mlc_config.json index d568e5a3..3f9141ba 100644 --- a/.github/workflows/mlc_config.json +++ b/.github/workflows/mlc_config.json @@ -8,9 +8,6 @@ }, { "pattern": "^https://medium.com/@debionetwork.blog" - }, - { - "pattern": "^https://blocksphere2020.atlassian.net/browse/DBIO-ISSUE_NUMBER" } ] }