Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit ab67136

Browse files
New course!
1 parent 3ac0bef commit ab67136

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

config.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
title: write-github-script
2+
description: >-
3+
This course covers how to use GitHub Script to quickly use octokit/rest in a
4+
GitHub Actions workflow.
5+
template:
6+
repo: write-github-script-template
7+
name: write-github-script
8+
before:
9+
- type: createIssue
10+
title: Welcome!
11+
body: new-issue.md
12+
steps:
13+
- title: First step
14+
description: The first step in your course
15+
event: issues.assigned
16+
link: '{{ repoUrl }}'
17+
actions:
18+
- type: closeIssue

course-details.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
This is the description we show on the course page [here](https://lab.github.com/githubtraining/write-github-script). This first paragraph will be featured at the top of the page so make it great.
2+
3+
4+
5+
Be sure to tell the learner about the technology you are teaching, why they should learn it, how they can use it, and what you will teach them.
6+
7+
8+
9+
Include information on how they can reach you for questions about the content or course.

responses/new-issue.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Welcome to this course!

0 commit comments

Comments
 (0)