Skip to content

Commit b8cdf9d

Browse files
author
Florian Renaud
committed
Merge branch 'develop' into feature/fre/start_dm_on_first_msg
* develop: Comment the GHA towncrier, there is a syntax error
2 parents 53eb852 + 7ab7d7c commit b8cdf9d

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/quality.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)