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
Great! The learner's repo will now be setup. Let's now dive into the `steps:`. This block is composed of steps that are triggered by `events` on GitHub, and in turn certain `actions` take place.
2
+
3
+
Note: `actions` in this context is NOT the same as GitHub Actions.
Great, we referenced a file title `welcome-text.md`, but it doesn't exist. Learning Lab automatically looks in the `responses/` directory for all content files. Let's add it.
2
+
3
+
Activity: add a response
4
+
5
+
1. In the `/responses/` folder, create a new file titled `welcome-text.md`
6
+
1. In that file, add some content that will appear to the learner in the welcome issue.
Great! Your learner now has information about what they're expected to do in this step of the course.
2
+
3
+
Let's now find the `event` that will trigger the step. Because we want the learner to open a new Pull Request, the event we're looking for is `pull_request.opened`.
0 commit comments