summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-03-03 19:43:27 +0000
committerDavid Robertson <davidr@element.io>2022-03-14 12:14:49 +0000
commit74fe853c4e1b4ffd92d6767008f8de169a11cce1 (patch)
tree6dbecc10c16a56fec7fda460b504d2929f9ddcfb
parentUse common linting workflow (diff)
downloadsynapse-74fe853c4e1b4ffd92d6767008f8de169a11cce1.tar.xz
Note version guard
-rw-r--r--.github/workflows/tests.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index e580bec72d..139161c6b4 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -38,6 +38,7 @@ jobs:
           ref: ${{ github.event.pull_request.head.sha }}
           fetch-depth: 0
       - uses: actions/setup-python@v2
+      # TODO: version guard comes from #3425. Unexplained. May as well add it to pyproject.toml tho.
       - run: "pip install 'towncrier>=18.6.0rc1'"
       - run: scripts-dev/check-newsfragment.sh
         env: