diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d40f1e62..07325dde 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/analyzer.yaml b/.github/workflows/analyzer.yaml index 5e19c066..8d4b9a99 100644 --- a/.github/workflows/analyzer.yaml +++ b/.github/workflows/analyzer.yaml @@ -57,7 +57,7 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'javascript', 'typescript' ] + language: [ 'javascript'] name: Security Static Code Analysis for ${{ matrix.language }} steps: - name: Checkout Repository diff --git a/.github/workflows/builder.yaml b/.github/workflows/builder.yaml index c1f420ed..f1c79376 100644 --- 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" } ] }