@@ -204,25 +204,25 @@ jobs:
204204 path : |
205205 */build/reports/detekt/detekt.html
206206
207- towncrier :
208- name : Towncrier check
209- runs-on : ubuntu-latest
210- if : github.event_name == 'pull_request' && github.head_ref == 'develop'
211- steps :
212- - uses : actions/checkout@v3
213- - name : Set up Python 3.8
214- uses : actions/setup-python@v4
215- with :
216- python-version : 3.8
217- - name : Install towncrier
218- run : |
219- python3 -m pip install towncrier
220- - name : Run towncrier
221- # Fetch the pull request' base branch so towncrier will be able to
222- # compare the current branch with the base branch.
223- # Source: https://github.com/actions/checkout/#fetch-all-branches.
224- run : |
225- git fetch --no-tags origin +refs/heads/${BASE_BRANCH}:refs/remotes/origin/${BASE_BRANCH}
226- towncrier check --compare-with origin/${BASE_BRANCH}
227- env :
228- BASE_BRANCH : ${{ github.base_ref }}
207+ # towncrier:
208+ # name: Towncrier check
209+ # runs-on: ubuntu-latest
210+ # if: github.event_name == 'pull_request' && github.head_ref == 'develop'
211+ # steps:
212+ # - uses: actions/checkout@v3
213+ # - name: Set up Python 3.8
214+ # uses: actions/setup-python@v4
215+ # with:
216+ # python-version: 3.8
217+ # - name: Install towncrier
218+ # run: |
219+ # python3 -m pip install towncrier
220+ # - name: Run towncrier
221+ # # Fetch the pull request' base branch so towncrier will be able to
222+ # # compare the current branch with the base branch.
223+ # # Source: https://github.com/actions/checkout/#fetch-all-branches.
224+ # run: |
225+ # git fetch --no-tags origin +refs/heads/${BASE_BRANCH}:refs/remotes/origin/${BASE_BRANCH}
226+ # towncrier check --compare-with origin/${BASE_BRANCH}
227+ # env:
228+ # BASE_BRANCH: ${{ github.base_ref }}
0 commit comments