You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Awesome! The learner's repo will now be cloned from `lab-starter-template`. We probably don't want that to be the learner's repo name though, so let's ensure that the learner-facing name is better.
2
+
3
+
Change the field `name:` as part of the `template:` section to anything you like. You can also accept the suggestion below.
Great! Now let's work on the `before:` block. Anything in this block will occur before the learner gets access to the repo Learning Lab will create for them.
2
+
3
+
We'll use the `createIssue` action to create an issue for the learner with some initial instructions. The `createIssue` action requires two options:
4
+
- a title
5
+
- the body of the response
6
+
7
+
We'll define both of those here, but we'll create the body in the next step. You can edit the file manually or accept the suggested changes below. Since there are multiple suggested changes, you can go to the "Files changed tab" and accept them as a batch.
0 commit comments