Skip to content

Commit

Permalink
specify repo and add more description
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 committed Mar 1, 2024
1 parent 4bccdd5 commit b872382
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/actions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/template-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -29,6 +29,5 @@ jobs:
uses: AndreasAugustin/actions-template-sync@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: <owner/repo>
upstream_branch: <target_branch> # defaults to main
pr_labels: <label1>,<label2>[,...] # defaults to template_sync
source_repo_path: uwhackweek/jupyterbook-template
upstream_branch: main # defaults to main

0 comments on commit b872382

Please sign in to comment.