From 1bc5c3b626ec0436576ed1b2f305aa91642c5f73 Mon Sep 17 00:00:00 2001 From: christopherbrumm Date: Tue, 28 Nov 2023 15:05:19 +0100 Subject: [PATCH 1/2] refactor: workflows. --- .github/workflows/build_registry.yml | 8 ++++---- .github/workflows/validate_registry.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_registry.yml b/.github/workflows/build_registry.yml index 3b1600b..1f6eb26 100644 --- a/.github/workflows/build_registry.yml +++ b/.github/workflows/build_registry.yml @@ -25,11 +25,11 @@ jobs: run: python .github/build_registry.py .github/registry.yml working-directory: ${{ github.workspace }} - - name: Commit and push changes + - name: Commit and push built registry run: | - git config --local user.email "actions@github.com" - git config --local user.name "GitHub Actions" + git config --local user.email "security@kyve.network" + git config --local user.name "kyve-network" git add .github/registry.yml - git commit -m "Update registry.yml" + git commit -m "🎉 Update registry.yml" git push working-directory: ${{ github.workspace }} \ No newline at end of file diff --git a/.github/workflows/validate_registry.yml b/.github/workflows/validate_registry.yml index 81718c1..f8d9c31 100644 --- a/.github/workflows/validate_registry.yml +++ b/.github/workflows/validate_registry.yml @@ -1,4 +1,4 @@ -name: Merge Source configs and validate them +name: Validate source configs on: push: From 0e3a07c173ae58c2b671534f50e96cd86fa14cc7 Mon Sep 17 00:00:00 2001 From: christopherbrumm Date: Tue, 28 Nov 2023 15:10:28 +0100 Subject: [PATCH 2/2] update: CODEOWNERS. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 061131b..ba64115 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # https://help.github.com/articles/about-codeowners -* @fabianriewe @mbreithecker @troykessler @christopherbrumm @shifty11 \ No newline at end of file +* @fabianriewe @christopherbrumm \ No newline at end of file