Skip to content

Commit 21d4c28

Browse files
Merge pull request #44 from fhdsl/carriewright11-patch-1
Update pull_request.yml
2 parents c6c99ee + ee51235 commit 21d4c28

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
with:
8181
check_type: spelling
8282
error_min: 3
83+
secrets:
8384
gh_pat: ${{ secrets.GH_PAT }}
8485

8586
url-check:
@@ -90,6 +91,7 @@ jobs:
9091
with:
9192
check_type: urls
9293
error_min: 0
94+
secrets:
9395
gh_pat: ${{ secrets.GH_PAT }}
9496

9597
render-preview:

FAQ.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ DaSL Collection uses the GitHub API to gather repositories that we have worked o
99
The following are needed to list your repository in the collection:
1010

1111
- 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)
12-
- Your repository "code" tab must have a **description**, **homepage**, and **topic tags** filled out in the "About" section on the righthand side.
12+
- Your repository "code" tab must have a **description**, **homepage**, and **topic tags** filled out in the "About" section on the right-hand side.
1313
- Your repository must be set to **public**.
1414
- 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).
1515

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DaSL Collection uses the GitHub API to gather jhudsl and fhdsl organization repo
1111
The Collection only includes repositories that meet the following criteria. Repositories must:
1212

1313
- be created under the `jhudsl` or `fhdsl` organizations
14-
- have **description**, **homepage**, and **topic tags** filled out in the "About" section on the righthand side
14+
- have **description**, **homepage**, and **topic tags** filled out in the "About" section on the right-hand side
1515
- be set to **public**
1616
- have at least one of three tags: `course` (general purpose courses), `hutch-course` (Fred Hutch specific courses), `edtech-software`
1717

0 commit comments

Comments
 (0)