diff --git a/.github/automatic-issues/add-to-library.md b/.github/automatic-issues/add-to-library.md index 312309ca..4de14cdc 100644 --- a/.github/automatic-issues/add-to-library.md +++ b/.github/automatic-issues/add-to-library.md @@ -1,6 +1,8 @@ +\* This is only pertinent to courses in the `jhudsl` organization. + To help learners find your course, and for it to be tracked in the future, you may want to consider adding the course to the jhudsl course library. You should not worry about adding the course before it is ready to be made public but this issue is to remind you to do so. -[Follow these instructions](https://github.com/jhudsl/OTTR_Template/wiki/Add-course-to-jhudsl-course-library) to add this new course to the jhudsl library. +[Follow these instructions](https://github.com/jhudsl/OTTR_Template/wiki/Release-a-course-for-public-viewing) to add this new course to the jhudsl library. diff --git a/.github/workflows/starting-course.yml b/.github/workflows/starting-course.yml index 47e72a25..9c745aa8 100644 --- a/.github/workflows/starting-course.yml +++ b/.github/workflows/starting-course.yml @@ -107,6 +107,7 @@ jobs: # Issue for adding the course to the jhudsl library - name: Reminder - Add to jhudsl library + if: 'jhudsl' == $(dirname ${{ github.repository }}) uses: peter-evans/create-issue-from-file@v2.3.2 with: title: Reminder - Add to jhudsl library