From e2c0b8f9c9d5ef7ff1da85af6a3ddffb4d144dd1 Mon Sep 17 00:00:00 2001 From: dfeldick Date: Fri, 10 Jan 2025 08:12:43 -0700 Subject: [PATCH] APIGOV-00002 - change github username --- .github/workflows/fully-automated-release.yml | 2 +- .github/workflows/update-gomod-for-tests.yml | 2 +- CODEOWNERS | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/fully-automated-release.yml b/.github/workflows/fully-automated-release.yml index e43d678..f349225 100644 --- a/.github/workflows/fully-automated-release.yml +++ b/.github/workflows/fully-automated-release.yml @@ -65,7 +65,7 @@ jobs: commit-message: 'Update to SDK ${{ env.SDK_VERSION }}' title: 'APIGOV-UpdateSDKForRelease - Update to SDK ${{ env.SDK_VERSION }}' delete-branch: true - reviewers: dfeldick + reviewers: dfeldickgit - name: Enable Pull Request Automerge run: gh pr merge APIGOV-UpdateSDKForRelease --admin --merge --subject "Merge branch APIGOV-UpdateSDKForRelease" diff --git a/.github/workflows/update-gomod-for-tests.yml b/.github/workflows/update-gomod-for-tests.yml index 1319d6a..bb665fd 100644 --- a/.github/workflows/update-gomod-for-tests.yml +++ b/.github/workflows/update-gomod-for-tests.yml @@ -50,7 +50,7 @@ jobs: commit-message: 'Update to SDK for testing' title: 'APIGOV-UpdateSDKForTesting - Update SDK for testing' delete-branch: true - reviewers: dfeldick + reviewers: dfeldickgit - name: Enable Pull Request Automerge if: ${{ steps.updatesdk.outputs.gomodChanged == 'y' }} diff --git a/CODEOWNERS b/CODEOWNERS index 4ce4c50..f8f4c21 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,18 +1,18 @@ # Order is important; the last matching pattern takes the most precedence. -* @jcollins-axway @dfeldick @sbolosan @vivekschauhan +* @jcollins-axway @dfeldickgit @sbolosan @vivekschauhan #[SECURITY] # .security-profile.json requires SPOC approval for any modifications -.security-profile.json @dfeldick @jcollins-axway @vivekschauhan -renovate.json @dfeldick +.security-profile.json @dfeldickgit @jcollins-axway @vivekschauhan +renovate.json @dfeldickgit #[CICD] # cicd-related files -.gitlab-ci.yml @dfeldick @jcollins-axway @vivekschauhan -Makefile @dfeldick @jcollins-axway @vivekschauhan -build/scripts/ @dfeldick @jcollins-axway @vivekschauhan -.github/** @dfeldick @jcollins-axway @vivekschauhan +.gitlab-ci.yml @dfeldickgit @jcollins-axway @vivekschauhan +Makefile @dfeldickgit @jcollins-axway @vivekschauhan +build/scripts/ @dfeldickgit @jcollins-axway @vivekschauhan +.github/** @dfeldickgit @jcollins-axway @vivekschauhan #[EXPERT] pkg/** @jcollins-axway @vivekschauhan