Skip to content

Commit

Permalink
feat: add fruitsc & Oncogenomics_NF_WF repos to auto-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool authored Oct 4, 2024
1 parent 2906181 commit 4c569e8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/sync-forks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,20 @@ jobs:
- name: sync forked repos
run: |
gh repo sync ${{ matrix.FORK_OWNER }}/${{ matrix.REPO }} --source $UPSTREAM_OWNER/${{ matrix.REPO }} --force
sync-misc:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- REPO: Oncogenomics_NF_WF
UPSTREAM_OWNER: CCRGeneticsBranch
FORK_OWNER: abcsFrederick
- REPO: fruitsc
UPSTREAM_OWNER: NCI-CCR-POB
FORK_OWNER: abcsFrederick
steps:
- name: sync forked repos
run: |
gh repo sync ${{ matrix.FORK_OWNER }}/${{ matrix.REPO }} --source ${{matrix.UPSTREAM_OWNER}}/${{ matrix.REPO }} --force

0 comments on commit 4c569e8

Please sign in to comment.