From 6a81c96ddd95f52ffdb09ff890f5cd46c12cfa53 Mon Sep 17 00:00:00 2001 From: Marcos Bjoerkelund Date: Fri, 12 Jan 2024 17:51:54 +0100 Subject: [PATCH] Update github repo to marcosbc/partner-charts --- .github/CODEOWNERS | 2 +- .github/workflows/daily.yaml | 2 +- .github/workflows/sync-fork.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0069515092..66df8621f2 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 6cc2418ee7..340f19473b 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 b98847ad4a..bb34baa355 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