diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 006951509..66df8621f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @atrendafilov @nflondo @recena \ No newline at end of file +* @recena @marcosbc diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index 6cc2418ee..340f19473 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 with: ref: main-source # branch you want to sync - repository: nflondo/partner-charts # your forked repository URL + repository: marcosbc/partner-charts # your forked repository URL - name: Configure Git run: | git config --global user.name "github-actions[bot]" diff --git a/.github/workflows/sync-fork.yml b/.github/workflows/sync-fork.yml index b98847ad4..bb34baa35 100644 --- a/.github/workflows/sync-fork.yml +++ b/.github/workflows/sync-fork.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 with: ref: main-source # branch you want to sync - repository: nflondo/partner-charts # your forked repository URL + repository: marcosbc/partner-charts # your forked repository URL - name: Configure Git run: | git config --global user.name "github-actions[bot]" @@ -33,7 +33,7 @@ jobs: # uses: actions/checkout@v3 # with: # ref: main # branch you want to sync - # repository: nflondo/partner-charts # your forked repository URL + # repository: marcosbc/partner-charts # your forked repository URL # - name: Fetch upstream changes for main branch # run: | # git remote add upstream https://github.com/rancher/partner-charts.git # URL of upstream repository