Skip to content

Commit

Permalink
Merge pull request #305 from Axway/APIGOV-00002
Browse files Browse the repository at this point in the history
APIGOV-00002 - change github username
  • Loading branch information
dfeldickgit authored Jan 10, 2025
2 parents 664e2d4 + e2c0b8f commit 99ce823
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fully-automated-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gomod-for-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down
14 changes: 7 additions & 7 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 99ce823

Please sign in to comment.