From b7869affc257f3a0de761c0ee853f556a9120853 Mon Sep 17 00:00:00 2001 From: Jackson Hoffart Date: Mon, 8 Apr 2024 15:09:17 +0200 Subject: [PATCH] upkeep: add CJ as maintainer (#34) --- .github/CODEOWNERS | 4 ++-- .github/workflows/issues.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ced9a9c..5559d3c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,5 @@ # These owners will be the default owners for everything in # the repo. Unless a later match takes precedence, -# @jdhoffa will be requested for review when someone opens +# @cjyetman will be requested for review when someone opens # a pull request. -* @jdhoffa +* @cjyetman diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index dff45c1..216f2f4 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -21,6 +21,6 @@ jobs: name: Run issues workflows uses: RMI-PACTA/actions/.github/workflows/issues.yml@main with: - ado_area_path: "2DegreesInvesting\\Repositories that jdhoffa maintains" + ado_area_path: "2DegreesInvesting\\Repositories that cjyetman maintains" secrets: ADO_TOKEN: ${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}