Commit 7fc00502 authored by Nate Wienert's avatar Nate Wienert Committed by GitHub

fix: ci added CODEOWNERS github format (#7285)

* fix: ci added CODEOWNERS github format

* Update .github/workflows/1-main-to-staging.yml
Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>

---------
Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
parent 05ba0e4a
...@@ -64,7 +64,7 @@ jobs: ...@@ -64,7 +64,7 @@ jobs:
- name: Add CODEOWNERS - name: Add CODEOWNERS
run: | run: |
echo '@uniswap/web-admins' > CODEOWNERS echo '* @uniswap/web-admins' > CODEOWNERS
git add CODEOWNERS git add CODEOWNERS
git commit -m 'ci: add global CODEOWNERS' git commit -m 'ci: add global CODEOWNERS'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment