fix: ci added CODEOWNERS github format (#7285)

* fix: ci added CODEOWNERS github format

* Update .github/workflows/1-main-to-staging.yml

Co-authored-by: Zach Pomerantz <zzmp@uniswap.org>

---------

Co-authored-by: Zach Pomerantz <zzmp@uniswap.org>
This commit is contained in:
Nate Wienert 2023-09-14 07:59:28 -10:00 committed by GitHub
parent 05ba0e4a66
commit 7fc005024d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,7 +64,7 @@ jobs:
- name: Add CODEOWNERS
run: |
echo '@uniswap/web-admins' > CODEOWNERS
echo '* @uniswap/web-admins' > CODEOWNERS
git add CODEOWNERS
git commit -m 'ci: add global CODEOWNERS'