add
function of the app will accept any valid github query with qualifiers. It only supports loading github code, repository, issues and pull-requests.
type:
and repo:
in the query. The type:
qualifier can be a combination of code
, repo
, pr
, issue
, branch
, file
. The repo:
qualifier must be a valid github repository name.repo:embedchain/embedchain type:repo
- to load the repositoryrepo:embedchain/embedchain type:branch name:feature_test
- to load the branch of the repositoryrepo:embedchain/embedchain type:file path:README.md
- to load the specific file of the repositoryrepo:embedchain/embedchain type:issue,pr
- to load the issues and pull-requests of the repositoryrepo:embedchain/embedchain type:issue state:closed
- to load the closed issues of the repository