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

Description
Bug Report
Current behavior
Node 12.x build fails, 14.x and 16.x get cancelled right after that. Plus, there is no response from the github-learning-lab bot.




Reproduction
Steps to reproduce the behavior in the course:
- Created node.js workflow
- Used the node.js template: nodejs.yml
- Created pull request titled as desired by the bot
- Came across failed and cancelled builds
- Received no response from the bot
Expected behavior
Expected a response from github-learning-lab bot after the GitHub Actions finished running the workflow, in order to proceed to the next step.
Suggestions
It seems like the template workflow broke some of the assumptions as per the learning-lab bot's expectations due to which there's no response. FYI, this is similar to issue #11.