diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6adb43d..046c0d9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @adityagoel4512 @cbourjau @neNasko1 +* @adityagoel4512 @cbourjau diff --git a/.github/workflows/array-api.yml b/.github/workflows/array-api.yml index aa2a60c..7f338eb 100644 --- a/.github/workflows/array-api.yml +++ b/.github/workflows/array-api.yml @@ -63,7 +63,7 @@ jobs: repo: context.repo.repo, title: "Weekly run failure: Array API coverage", body: "The weekly run of the Array API test suite failed. See https://github.com/Quantco/ndonnx/actions/runs/${{ github.run_id }} for details.", - assignees: ["adityagoel4512", "cbourjau", "neNasko1"], + assignees: ["adityagoel4512", "cbourjau"], labels: ["[bot] Weekly run"] }) }