githubtraining / release-workflow

Course repo for Learning Lab course "Create a release based workflow".
https://lab.github.com/githubtraining/create-a-release-based-workflow
Creative Commons Attribution 4.0 International
1 stars 6 forks source link

Move away from octokit for suggested changes #121

Closed hectorsector closed 4 years ago

hectorsector commented 5 years ago

This PR uses the createPullRequestComment action instead of the octokit method to suggest a change.

/cc @mattdavis0351 for 👀

hectorsector commented 5 years ago

Turns out something's going wrong here, I believe specifically with the createPullRequestComment action. Bug opened at https://github.com/github/learning-lab/issues/1310.

github-learning-lab[bot] commented 4 years ago

Your draft course version was created!


You can edit it using the Course Builder UI!

hectorsector commented 4 years ago

The bug that was holding this up has since been fixed!