Skip to content

GOG-Nebula/action-sync-fork

Repository files navigation

action-sync-fork

Syncs galaxy integration forks with upstream

Example Usage

name: sync-upstream
on:
  schedule:
    - cron: '23 * * * *'
  workflow_dispatch:
jobs:
  sync:
    runs-on: ubuntu-latest
    steps:
      - uses: GOG-Nebula/action-sync-fork@main
        with:
          upstream_owner: urwrstkn8mare
          upstream_repo: galaxy-riot-integration
          upstream_branch: test
          reviewers: urwrstkn8mare,UncleGoogle,AndrewDWhite
          token: ${{ secrets.GITHUB_TOKEN }}

TODO

  • better logging in the action
  • update the readme
  • fix this repo's workflows (incl making them use yarn instead of npm)
  • add tests (maybe not worth it)
  • improve code readablitiy

CONTRIBUTING

Make changes in src/, before commiting, please make sure to run yarn package. If you don't the checks will fail so just make a new commit (e.g. "yarn package") with the dist/ updated.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •