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

Description
Bug Report
Current behavior
I am unable to progress through step 7 where we apply the labels. I tried to first apply the help label, and later the close an issue label.
Reproduction
- Register for the course.
- When you get to step 7, choose the help label. Course responds with help.
- Then, apply the close an issue label.
- See course doesn't progress.
Expected behavior
I would expect the label I applied to kick off the next response.
Possible solution
Probably has to do with the gate below. We may want to search for the label in the list if possible.
|
else: |
|
- type: gate |
|
left: '%payload.pull_request.labels.0.name%' |
|
operator: === |
|
right: "help" |
|
- type: respond |
|
with: 07_help.md |
Additional context
Looking at the metrics, it looks like no one has been able to get past this step, but I'm unsure if there's just not enough data for this version of the course.
/cc @brianamarie