From b872382b3f9deb73874309cc2da3079acfd905e9 Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Fri, 1 Mar 2024 15:15:00 -0500 Subject: [PATCH] specify repo and add more description --- .github/actions/README.md | 2 ++ .github/workflows/template-sync.yaml | 7 +++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/actions/README.md b/.github/actions/README.md index bb4e8e9..fc6d1fe 100644 --- a/.github/actions/README.md +++ b/.github/actions/README.md @@ -41,6 +41,8 @@ Quality assessment and quality control. Standardizes formatting including spell #### [template-sync.yaml](../workflows/template-sync.yaml) Open a PR to update the templated repo to incorporate changes made to the [template repo](https://github.com/uwhackweek/jupyterbook-template). +Template users should fill out the [.templatesyncignore](../../../.templatesyncignore) +to specify which files they do not want updated from the template. ## Security diff --git a/.github/workflows/template-sync.yaml b/.github/workflows/template-sync.yaml index 063dbca..32ee77e 100644 --- a/.github/workflows/template-sync.yaml +++ b/.github/workflows/template-sync.yaml @@ -4,7 +4,7 @@ description: 'Get updates to the Jupyterbook from the template repo' on: # cronjob trigger (minute, hour, day, month, day-of-week; here 1st of month) schedule: - - cron: "0 0 1 * *" + # - cron: "0 0 1 * *" # manual trigger workflow_dispatch: @@ -29,6 +29,5 @@ jobs: uses: AndreasAugustin/actions-template-sync@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} - source_repo_path: - upstream_branch: # defaults to main - pr_labels: ,[,...] # defaults to template_sync \ No newline at end of file + source_repo_path: uwhackweek/jupyterbook-template + upstream_branch: main # defaults to main \ No newline at end of file