1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-08 00:10:00 +02:00

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 - name: Setup Git
run: | run: |
git config --global user.email "mr-cheff@users.noreply.github.com" git config --global user.email "mauro-balades@users.noreply.github.com"
git config --global user.name "mr-cheff" git config --global user.name "mauro-balades"
- name: Install system dependencies - name: Install system dependencies
run: | run: |

View file

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

View file

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