How to get git notes from github API?
05:10 23 Mar 2022

I'm trying to get the notes on a specific commit using Github API.

I added notes on the commit using git notes append, and I also pushed the notes to Github using git push origin refs/notes/*.

I can't seem to find a way to get the notes from the Github API.

git github-api