diff options
author | Joas Schilling <coding@schilljs.com> | 2024-01-24 12:21:56 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-01-24 12:21:56 +0100 |
commit | 6fc730ea4ce6c5cf270513400f5c33e26fcdda6f (patch) | |
tree | 5651af46061decd01c95f2c44b1b277d4cfb0538 /.github/workflows/update-cacert-bundle.yml | |
parent | 594016110df7c91a46fe7137baa55cc724753080 (diff) | |
download | nextcloud-server-6fc730ea4ce6c5cf270513400f5c33e26fcdda6f.tar.gz nextcloud-server-6fc730ea4ce6c5cf270513400f5c33e26fcdda6f.zip |
fix(CI): Add codeowners as reviewers for improved backport experience
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows/update-cacert-bundle.yml')
-rw-r--r-- | .github/workflows/update-cacert-bundle.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/update-cacert-bundle.yml b/.github/workflows/update-cacert-bundle.yml index 000fc5c180b..1fbd9ef9c71 100644 --- a/.github/workflows/update-cacert-bundle.yml +++ b/.github/workflows/update-cacert-bundle.yml @@ -40,3 +40,4 @@ jobs: labels: | dependencies 3. to review + reviewers: ChristophWurst, miaulalala, nickvergessen |