githubtraining / introduction-to-github-apps

Course repo for Learning Lab course "introduction-to-github-apps". Template repo :arrow_right:
https://github.com/githubtraining/introduction-to-github-apps-template
Creative Commons Attribution 4.0 International
2 stars 7 forks source link

Edit config and flow so the error message is a separate comment #72

Closed brianamarie closed 5 years ago

brianamarie commented 5 years ago

This pull request resolves #71 by changing the logic in the config. Instead of having two gates for empty and not empty, there's one optional gate for not empty, and in that case, the user would get an extra comment addressing their situation.

I've never used an optional gate before, so I'm going to merge this and test it ASAP.