Skip to content

Commit

Permalink
Only make the jhudsl library issue if its a jhudsl organization (#392)
Browse files Browse the repository at this point in the history
* Fix issue template

* delete first

* Don't use token

* Add an *if to the jhudsl issue
  • Loading branch information
cansavvy authored Jan 14, 2022
1 parent 8d36971 commit b193fbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/automatic-issues/add-to-library.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions .github/workflows/starting-course.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b193fbe

Please sign in to comment.