diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2024-01-25 19:45:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-25 19:45:46 +0100 |
commit | 1a2b08a75689dde84454b08b6d5834abed417553 (patch) | |
tree | b44658cd69f37e3e1eefb23735616b51dcfe5903 /.github | |
parent | b71c037246ec5b636b28e03bb5637b70cece4401 (diff) | |
parent | 6fc730ea4ce6c5cf270513400f5c33e26fcdda6f (diff) | |
download | nextcloud-server-1a2b08a75689dde84454b08b6d5834abed417553.tar.gz nextcloud-server-1a2b08a75689dde84454b08b6d5834abed417553.zip |
Merge pull request #43081 from nextcloud/bugfix/noid/add-reviewers
fix(CI): Add codeowners as reviewers for improved backport experience
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 |