Update Git configuration and CODEOWNERS to reflect new user details

This commit is contained in:
mr. M 2025-01-06 21:01:52 +01:00
parent cbc342ce1a
commit 344cf8379c
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
3 changed files with 5 additions and 5 deletions

View file

@ -42,8 +42,8 @@ jobs:
- name: Setup Git
run: |
git config --global user.email "mr-cheff@users.noreply.github.com"
git config --global user.name "mr-cheff"
git config --global user.email "mauro-balades@users.noreply.github.com"
git config --global user.name "mauro-balades"
- name: Install system dependencies
run: |

View file

@ -38,8 +38,8 @@ jobs:
- name: Setup Git
run: |
git config --global user.email "mr-cheff@users.noreply.github.com"
git config --global user.name "mr-cheff"
git config --global user.email "mauro-balades@users.noreply.github.com"
git config --global user.name "mauro-balades"
- name: Setup pnpm
run: npm install -g pnpm

View file

@ -1 +1 @@
* @mr-cheff
* @mauro-balades