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:
parent
cbc342ce1a
commit
344cf8379c
3 changed files with 5 additions and 5 deletions
4
.github/workflows/linux-release-build.yml
vendored
4
.github/workflows/linux-release-build.yml
vendored
|
@ -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: |
|
||||
|
|
4
.github/workflows/windows-profile-build.yml
vendored
4
.github/workflows/windows-profile-build.yml
vendored
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
* @mr-cheff
|
||||
* @mauro-balades
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue