Hi, I’m following the Getting started with GitHub Apps path and I saw some things that I’d like to fix. However, I cannot find where to find the repo to create a PR.
What I found:
- Step 2 rejects
- Step 9 asks for ‘Find the endpoint that an app would use to create a label on an Issue’ for which the correct answer is (also?)
POST /repos/{owner}/{repo}/issues/{issue_number}/labels
notPOST /repos/:owner/:repo/labels
(also notice the template syntax).