refactor: rely more on the db instead of querying GH

This commit is contained in:
tdurieux
2024-04-06 15:15:08 +01:00
parent 968a59726c
commit 389030adc9
4 changed files with 15 additions and 9 deletions

View File

@@ -69,6 +69,7 @@ async function main() {
accessToken: inq.token,
owner: ghURL.owner,
repo: ghURL.name,
force: true,
});
const branches = await ghRepo.branches({
accessToken: inq.token,