diff options
author | David Robertson <davidr@element.io> | 2022-04-20 12:48:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 12:48:44 +0100 |
commit | eed38c502760989026fc826ce49205c02636cebd (patch) | |
tree | a967f1e5a59e62f67b4b7ae72bf7d1e4d76ff67a /.ci | |
parent | Fix returned count of delete extremities admin API (#12496) (diff) | |
download | synapse-eed38c502760989026fc826ce49205c02636cebd.tar.xz |
Add CI job to act as a canary for testing against latest dependencies (#12472)
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to '.ci')
-rw-r--r-- | .ci/latest_deps_build_failed_issue_template.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.ci/latest_deps_build_failed_issue_template.md b/.ci/latest_deps_build_failed_issue_template.md new file mode 100644 index 0000000000..0525402503 --- /dev/null +++ b/.ci/latest_deps_build_failed_issue_template.md @@ -0,0 +1,4 @@ +--- +title: CI run against latest deps is failing +--- +See https://github.com/{{env.GITHUB_REPOSITORY}}/actions/runs/{{env.GITHUB_RUN_ID}} |