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 | |
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')
-rw-r--r-- | .github/workflows/update-cacert-bundle.yml | 1 | ||||
-rw-r--r-- | .github/workflows/update-code-signing-crl.yml | 1 |
2 files changed, 2 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 diff --git a/.github/workflows/update-code-signing-crl.yml b/.github/workflows/update-code-signing-crl.yml index 91bf78a6190..148546c7a3e 100644 --- a/.github/workflows/update-code-signing-crl.yml +++ b/.github/workflows/update-code-signing-crl.yml @@ -43,3 +43,4 @@ jobs: labels: | dependencies 3. to review + reviewers: mgallien, miaulalala, nickvergessen |