Skip to content

.github/workflows/template-sync.yml #8

.github/workflows/template-sync.yml

.github/workflows/template-sync.yml #8

Workflow file for this run

on:
# runs every day at midnight as default
schedule:
- cron: "0 0 * * *"
# manual trigger
workflow_dispatch:
jobs:
repo-sync:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: checkout
uses: actions/checkout@v4
- name: template sync
uses: AndreasAugustin/actions-template-sync@v2
with:
source_repo_path: whatphilipcodes/taupy
pr_branch_name_prefix: template-sync
pr_title: sync template
pr_body: merge ${SOURCE_REPO} ${TEMPLATE_GIT_HASH}
pr_commit_msg: 'up: merge template changes'
pr_labels: 'template-sync'