Skip to content

πŸ”„ Sync with .github repository #7

πŸ”„ Sync with .github repository

πŸ”„ Sync with .github repository #7

Workflow file for this run

name: πŸ”„ Sync with .github repository
on:
schedule:
- cron: 0 9 1 * *
workflow_dispatch:
inputs:
isdryrun:
type: boolean
description: Dry run
default: false
jobs:
repo-sync:
name: Repository Sync
runs-on: ubuntu-latest
steps:
- name: Checkout branch or tag
uses: actions/checkout@v3
with:
token: ${{ secrets.PAT_ACTION_CI }}
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v1.1.1
with:
github_token: ${{ secrets.PAT_ACTION_CI }}
source_repo_path: Andrews-McMeel-Universal/.github
upstream_branch: main
pr_labels: maintenance
pr_commit_msg: πŸ”„ Synchronize with @Andrews-McMeel-Universal/.github
pr_title: πŸ”„ Sync with @Andrews-McMeel-Universal/.github
pr_branch_name_prefix: sync/dotgithub/
pr_reviewers: Andrews-McMeel-Universal/devops-engineers
is_dry_run: ${{ inputs.isdryrun || 'false' }}
git_user_name: amutechtest
git_user_email: amu_deploy@amuniversal.com