From 05e8fb8d94b094f8c1590da28bd0e2474c1c71fd Mon Sep 17 00:00:00 2001 From: Jackson Hoffart Date: Mon, 8 Apr 2024 13:45:43 +0200 Subject: [PATCH 1/2] upkeep: add CJ as maintainer Relates to https://dev.azure.com/RMI-PACTA/2DegreesInvesting/_workitems/edit/9681 --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 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 From 1c9e8b57bb04d01a72117fafa03935bef1a35579 Mon Sep 17 00:00:00 2001 From: CJ Yetman Date: Mon, 8 Apr 2024 14:59:11 +0200 Subject: [PATCH 2/2] Update issues.yml --- .github/workflows/issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}