review-checklists icon indicating copy to clipboard operation
review-checklists copied to clipboard

checklist_graph.sh uses a static tree ID

Open erjosito opened this issue 1 year ago • 0 comments

See #617

The code should be something like this:

git_tree_id=$(curl -s https://api.github.com/repos/Azure/review-checklists/commits | jq -r '.[0].commit.tree.sha')

erjosito avatar Jan 17 '24 08:01 erjosito