Skip to content

Merge pull request #46 from pauby/enhance/add-filesync-staleyml #46

Merge pull request #46 from pauby/enhance/add-filesync-staleyml

Merge pull request #46 from pauby/enhance/add-filesync-staleyml #46

Workflow file for this run

name: Sync Files
on:
push:
branches:
- main
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/[email protected]
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.SYNC_TOKEN }}
PR_LABELS: BuildAutomation
COMMIT_PREFIX: "(maint) "
# TEAM_REVIEWERS: "" # Placed as reference in case we want to automatically add a reviewer