Skip to content

Commit 7b492b7

Browse files
authored
Merge pull request #623 from cylc/1.5.x-sync
🤖 Merge 1.5.x-sync into master
2 parents 3cfed33 + ae3c89c commit 7b492b7

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ jobs:
7979
run: mypy
8080

8181
- name: Check changelog
82-
if: startsWith(matrix.os, 'ubuntu')
83-
run: towncrier build --draft
82+
uses: cylc/release-actions/towncrier-draft@v1
8483

8584
- name: Test
8685
run: pytest

changes.d/607.fix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Log any errors when trying to list the workflow/job log files in the UI.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ template = "changes.d/changelog-template.jinja"
1616
underlines = ["", "", ""]
1717
title_format = "## cylc-uiserver-{version} (Released {project_date})"
1818
issue_format = "[#{issue}](https://github.com/cylc/cylc-uiserver/pull/{issue})"
19+
ignore = ["changelog-template.jinja"]
1920

2021
# These changelog sections will be shown in the defined order:
2122
[[tool.towncrier.type]]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ tests =
102102
pytest-tornasync>=0.5.0
103103
# https://github.com/pytest-dev/pytest/issues/12263
104104
pytest>=6,<8.2
105-
towncrier>=23
105+
towncrier>=24.7.0
106106
types-setuptools
107107
types-requests>2
108108
all =

0 commit comments

Comments
 (0)