diff options
author | Zuul <zuul@review.opendev.org> | 2022-05-30 15:56:23 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2022-05-30 15:56:23 +0000 |
commit | 64b80001ee72460a8ca589e350cf298b78c17aea (patch) | |
tree | 5fdd85a0c47c38d1ef395421660cf805db9dbbb9 /releasenotes | |
parent | c44a86edde7048c6fd9aeafa1823391e89dc2968 (diff) | |
parent | c41fcbe483529deffb345808fdb489ff81de7d3c (diff) | |
download | zuul-64b80001ee72460a8ca589e350cf298b78c17aea.tar.gz |
Merge "Add support for GHE repository cache"
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/repo_cache-5524b183a8bc3e6a.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/repo_cache-5524b183a8bc3e6a.yaml b/releasenotes/notes/repo_cache-5524b183a8bc3e6a.yaml new file mode 100644 index 000000000..e3cbd737e --- /dev/null +++ b/releasenotes/notes/repo_cache-5524b183a8bc3e6a.yaml @@ -0,0 +1,8 @@ +--- +features: + - | + The GitHub driver now has support for using a GitHub Enterprise + `repository cache + <https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/caching-repositories/about-repository-caching>`_. + See :attr:`<github connection>.repo_cache` for information on how + to configure it. |