Skip to content

chore: Refactor Sync.yml for repository updates and cleanup #33170

chore: Refactor Sync.yml for repository updates and cleanup

chore: Refactor Sync.yml for repository updates and cleanup #33170

Workflow file for this run

name: Sync Fork
on:
push:
schedule:
- cron: '0 0 1 * *'
workflow_dispatch:
jobs:
sync-repos:
runs-on: ubuntu-latest
steps:
- name: OlivaDiceCore
uses: TobKed/github-forks-sync-action@master
with:
github_token: ${{ secrets.BOT_TOKEN }}
upstream_repository: OlivOS-Team/OlivaDiceCore
target_repository: HydroRoll-Team/OlivaDiceCore
upstream_branch: main
target_branch: main
force: true
tags: true
- name: Dice
uses: TobKed/github-forks-sync-action@master
with:
github_token: ${{ secrets.BOT_TOKEN }}
upstream_repository: Dice-Developer-Team/Dice
target_repository: HydroRoll-Team/Dice
upstream_branch: newdev
target_branch: newdev
force: true
tags: true
- name: SinaNya
uses: TobKed/github-forks-sync-action@master
with:
github_token: ${{ secrets.BOT_TOKEN }}
upstream_repository: SitaNya/SinaNya
target_repository: HydroRoll-Team/SinaNya
upstream_branch: master
target_branch: master
force: true
tags: true
- name: DiceParser
uses: TobKed/github-forks-sync-action@master
with:
github_token: ${{ secrets.BOT_TOKEN }}
upstream_repository: Rolisteam/DiceParser
target_repository: HydroRoll-Team/DiceParser
upstream_branch: master
target_branch: cpp
force: true
tags: true
- name: nonebot-dicepp
uses: TobKed/github-forks-sync-action@master
with:
github_token: ${{ secrets.BOT_TOKEN }}
upstream_repository: pear-studio/nonebot-dicepp
target_repository: HydroRoll-Team/nonebot-dicepp
upstream_branch: master
target_branch: master
force: true
tags: true
- name: ergo
uses: TobKed/github-forks-sync-action@master
with:
github_token: ${{ secrets.BOT_TOKEN }}
upstream_repository: ergochat/ergo
target_repository: HydroRoll-Team/ergo
upstream_branch: master
target_branch: master
force: true
tags: true
- name: agentio
uses: TobKed/github-forks-sync-action@master
with:
github_token: ${{ secrets.BOT_TOKEN }}
upstream_repository: HsiangNianian/agentio
target_repository: HydroRoll-Team/dicer
upstream_branch: main
target_branch: main
force: true
tags: true