Skip to content

Commit

Permalink
Manual sync with action_template
Browse files Browse the repository at this point in the history
  • Loading branch information
ebronson68 committed Sep 6, 2023
1 parent 1b71ce7 commit 66f9cbe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/.templatesyncignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.github/CODEOWNERS
.github/workflows/template-sync.yml
*.ps1
README.md
Secrets-example.json
2 changes: 1 addition & 1 deletion .github/workflows/pr-clean-caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
types: [closed]
schedule:
- cron: 0 0 * * *
- cron: 0 0 * * 0

jobs:
cleanup:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/template-sync.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: πŸ”„ Sync with .github repository
name: πŸ”„ Sync with action_template repository

on:
schedule:
Expand All @@ -24,12 +24,12 @@ jobs:
uses: AndreasAugustin/actions-template-sync@v1.1.1
with:
github_token: ${{ secrets.PAT_ACTION_CI }}
source_repo_path: Andrews-McMeel-Universal/.github
source_repo_path: Andrews-McMeel-Universal/action_template
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_commit_msg: πŸ”„ Synchronize with @Andrews-McMeel-Universal/action_template
pr_title: πŸ”„ Sync with @Andrews-McMeel-Universal/action_template
pr_branch_name_prefix: sync/action_template/
pr_reviewers: Andrews-McMeel-Universal/devops-engineers
is_dry_run: ${{ inputs.isdryrun || 'false' }}
git_user_name: amutechtest
Expand Down

0 comments on commit 66f9cbe

Please sign in to comment.