-
We have sometime error on github API when setting the secret (private key)
Run gh secret set PUBLISHING_KEY --repo fletort-test/init-repo-action-test-no-testspace < key
1 error occurred:
* faile…
-
>https://nvidia.github.io/cuda-python/cuda-bindings/latest/api.html
We have documentation for the Driver, Runtime and NVRTC APIs, but none of nvJitLink. It should be added.
-
### Summary
Update the `analytics.integrations.github` sub-package to call the GitHub GraphQL API directly from python instead of using the `gh` CLI as an intermediary.
### Motivation
- The `gh` CL…
-
-
### Describe the bug
the action uses anonymous request instead of `github_token` provided by the worklow
github rest api rate limit (60) can be quickly reached.
this happens only when using custom j…
-
create a github api browser that serializes the received data into a class that also sanitizes.
## Links
- https://github.com/github/rest-api-docs-md
- https://github.com/github/rest-api-des…
-
### Issue Title: Fetch Project Details Dynamically from GitHub API
### Description:
Currently, the project information displayed on `/projects` is hardcoded in the HTML template. We want to dynami…
-
### Purpose
--------------
As of now, users are able 2 different endpoints to extract data from pull requests (pull_request and issue_or_pr_request). However, neither of the endpoints extract the in-l…
-
The contribution page is making a lot of gh api requests.
It can either be solved by using [octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js), or by caching the requests.
-
Currently, chat_github() expects a github credential already setup in the current directory and use gitcreds::gitcreds_get()$password to retrieve the token. I tried to deploy a shiny app using chat_gi…