GitHub - refactor branch protection (#181880)

* GitHub - rewrite to use GraphQL instead of REST

* Add paging
This commit is contained in:
Ladislau Szomoru
2023-05-09 13:14:54 +02:00
committed by GitHub
parent 0c85b95c48
commit a54b497150
4 changed files with 164 additions and 157 deletions

View File

@@ -176,6 +176,8 @@
"watch": "gulp watch-extension:github"
},
"dependencies": {
"@octokit/graphql": "5.0.5",
"@octokit/graphql-schema": "14.4.0",
"@octokit/rest": "19.0.4",
"tunnel": "^0.0.6"
},