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 }}