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

Get stuck at step applying labels #43

Open
hectorsector opened this issue Feb 27, 2020 · 2 comments
Open

Get stuck at step applying labels #43

hectorsector opened this issue Feb 27, 2020 · 2 comments

Comments

@hectorsector
Copy link
Member

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

@hectorsector hectorsector added the bug Something isn't working label Feb 27, 2020
@hectorsector
Copy link
Member Author

Alright I take it back... I realize now the course was looking for a specific combination of labels. This step might be very confusing to folks, we may want to clarify the instructions or think about ways to make it simpler.

@brianamarie brianamarie added enhancement New feature or request and removed bug Something isn't working labels Jul 28, 2020
@brianamarie
Copy link
Contributor

This is not a bug or a blocker, though the instructions may be confusing. Because of the type of request and the lack of community reports on this step, I'm going to move it from the "bug" column to a lower priority in the "suggestion" column of the triage board. @hectorsector Please let me know if that's not the right place for it 😊

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants