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

Get stuck at step applying labels #43

@hectorsector

Description

@hectorsector

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

  1. Register for the course.
  2. When you get to step 7, choose the help label. Course responds with help.
  3. Then, apply the close an issue label.
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions