diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 0e7fbc20..7a82f735 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -80,6 +80,7 @@ jobs: with: check_type: spelling error_min: 3 + secrets: gh_pat: ${{ secrets.GH_PAT }} url-check: @@ -90,6 +91,7 @@ jobs: with: check_type: urls error_min: 0 + secrets: gh_pat: ${{ secrets.GH_PAT }} render-preview: diff --git a/FAQ.Rmd b/FAQ.Rmd index 98d0667b..884a31b1 100644 --- a/FAQ.Rmd +++ b/FAQ.Rmd @@ -9,7 +9,7 @@ DaSL Collection uses the GitHub API to gather repositories that we have worked o The following are needed to list your repository in the collection: - Your repository must be created under the `jhudsl` or `fhdsl` organizations. For repositories under other organizations, you can fork the repository into the `jhudsl` or `fhdsl` organizations. [Example](https://github.com/fhdsl/Data-Wrangling) -- Your repository "code" tab must have a **description**, **homepage**, and **topic tags** filled out in the "About" section on the righthand side. +- Your repository "code" tab must have a **description**, **homepage**, and **topic tags** filled out in the "About" section on the right-hand side. - Your repository must be set to **public**. - Your repository must have at least one of three tags: `course` (general purpose courses), `hutch-course` (Fred Hutch specific courses), or `edtech-software`. If you feel there is another applicable category that should be listed, please reach out to [Ava](https://github.com/avahoffman). diff --git a/README.md b/README.md index 505164f6..c16a43fc 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ DaSL Collection uses the GitHub API to gather jhudsl and fhdsl organization repo The Collection only includes repositories that meet the following criteria. Repositories must: - be created under the `jhudsl` or `fhdsl` organizations -- have **description**, **homepage**, and **topic tags** filled out in the "About" section on the righthand side +- have **description**, **homepage**, and **topic tags** filled out in the "About" section on the right-hand side - be set to **public** - have at least one of three tags: `course` (general purpose courses), `hutch-course` (Fred Hutch specific courses), `edtech-software`