Skip to content
@THIS-IS-NOT-A-BACKUP

THIS-IS-NOT-A-BACKUP

Hi there 👋. This organisation is created to mirror open-sourced tools, and maintain the histories in case where projects were made unavailable.

Sync with this template below, replace any fields in env to your use cases.

# Template to sync with upstream
name: Sync Upstream

env:
  # Required, URL to upstream (fork base)
  UPSTREAM_URL: "https://github.com/<usr>/<repo>.git"
  # Required, token to authenticate bot, could use ${{ secrets.GITHUB_TOKEN }} 
  # Over here, we use a PAT instead to authenticate workflow file changes.
  WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
  # Optional, defaults to main
  UPSTREAM_BRANCH: "main"
  # Optional, defaults to UPSTREAM_BRANCH
  DOWNSTREAM_BRANCH: ""
  # Optional fetch arguments
  FETCH_ARGS: ""
  # Optional merge arguments
  MERGE_ARGS: ""
  # Optional push arguments
  PUSH_ARGS: ""
  # Optional toggle to spawn time logs (keeps action active) 
  SPAWN_LOGS: "false" # "true" or "false"

# This runs every day on 1801 UTC
on:
  schedule:
    - cron: '1 18 * * *'
  # Allows manual workflow run (must in default branch to work)
  workflow_dispatch:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: GitHub Sync to Upstream Repository
        uses: dabreadman/[email protected]
        with: 
          upstream_repo: ${{ env.UPSTREAM_URL }}
          upstream_branch: ${{ env.UPSTREAM_BRANCH }}
          downstream_branch: ${{ env.DOWNSTREAM_BRANCH }}
          token: ${{ env.WORKFLOW_TOKEN }}
          fetch_args: ${{ env.FETCH_ARGS }}
          merge_args: ${{ env.MERGE_ARGS }}
          push_args: ${{ env.PUSH_ARGS }}
          spawn_logs: ${{ env.SPAWN_LOGS }}

Pinned Loading

  1. SYNC-TEMPLATE SYNC-TEMPLATE Public

    Template for Fork Syncs

Repositories

Showing 10 of 104 repositories
  • overleaf Public Forked from overleaf/overleaf

    A web-based collaborative LaTeX editor

    THIS-IS-NOT-A-BACKUP/overleaf’s past year of commit activity
    JavaScript 0 AGPL-3.0 1,547 0 0 Updated Feb 19, 2025
  • system-design-primer Public Forked from donnemartin/system-design-primer

    Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.

    THIS-IS-NOT-A-BACKUP/system-design-primer’s past year of commit activity
    Python 0 49,329 0 0 Updated Feb 19, 2025
  • lightnovel-crawler Public Forked from dipu-bd/lightnovel-crawler

    Download and generate e-books from online sources.

    THIS-IS-NOT-A-BACKUP/lightnovel-crawler’s past year of commit activity
    Python 0 GPL-3.0 320 0 5 Updated Feb 19, 2025
  • jq Public Forked from jqlang/jq

    Command-line JSON processor

    THIS-IS-NOT-A-BACKUP/jq’s past year of commit activity
    C 0 1,705 0 0 Updated Feb 19, 2025
  • wslg Public Forked from microsoft/wslg

    Enabling the Windows Subsystem for Linux to include support for Wayland and X server related scenarios

    THIS-IS-NOT-A-BACKUP/wslg’s past year of commit activity
    C++ 0 MIT 327 0 0 Updated Feb 19, 2025
  • PoETools Public Forked from jaymrobinson/PoETools
    THIS-IS-NOT-A-BACKUP/PoETools’s past year of commit activity
    C# 0 GPL-3.0 3 0 0 Updated Feb 19, 2025
  • Radarr Public Forked from Radarr/Radarr

    A fork of Sonarr to work with movies à la Couchpotato.

    THIS-IS-NOT-A-BACKUP/Radarr’s past year of commit activity
    C# 1 GPL-3.0 1,060 0 0 Updated Feb 19, 2025
  • storybook Public Forked from storybookjs/storybook

    📓 The UI component explorer. Develop, document, & test React, Vue, Angular, Web Components, Ember, Svelte & more!

    THIS-IS-NOT-A-BACKUP/storybook’s past year of commit activity
    TypeScript 0 MIT 9,787 0 0 Updated Feb 19, 2025
  • swagger-ui Public Forked from swagger-api/swagger-ui

    Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.

    THIS-IS-NOT-A-BACKUP/swagger-ui’s past year of commit activity
    JavaScript 0 Apache-2.0 9,187 0 5 Updated Feb 19, 2025
  • youtube-dl Public Forked from ytdl-org/youtube-dl

    Command-line program to download videos from YouTube.com and other video sites

    THIS-IS-NOT-A-BACKUP/youtube-dl’s past year of commit activity
    Python 1 Unlicense 10,611 0 0 Updated Feb 19, 2025

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…