Skip to content

migrate config .github/renovate.json #119

migrate config .github/renovate.json

migrate config .github/renovate.json #119

Workflow file for this run

name: Sync Files
on:
push:
branches:
- main
workflow_dispatch:
jobs:
sync-files:
name: Sync Files
if: github.repository == 'prom-client-net/prom-client-tmpl'
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Synchronization
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.GH_FULL_PAT }}
ASSIGNEES: phnx47
COMMIT_PREFIX: "chore:"
BRANCH_PREFIX: "sync/SOURCE_REPO_NAME"
CONFIG_PATH: .github/sync-config.yml
ORIGINAL_MESSAGE: true
GIT_USERNAME: phnx47[bot]
GIT_EMAIL: 78849906+phnx47-bot@users.noreply.github.com