Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
with:
check_type: spelling
error_min: 3
secrets:
gh_pat: ${{ secrets.GH_PAT }}

url-check:
Expand All @@ -90,6 +91,7 @@ jobs:
with:
check_type: urls
error_min: 0
secrets:
gh_pat: ${{ secrets.GH_PAT }}

render-preview:
Expand Down
2 changes: 1 addition & 1 deletion FAQ.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
Loading