You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Volodymyr Zaiets edited this page Jun 1, 2021
·
2 revisions
Loaders are responsible for loading data from GitHub.
Each loader is responsible for loading different types of data, as an example, pullrequest loader is responsible for loading pull request data, issue loader - for issue data.
You can choose only one loaded and declare it in configuration. NOTE: Loader file name will be used as loader name in configuration
If you cannot find the loader that covers your needs, as an example:
loading data based on commit hashes
loading data based on Pull requests and Issues at the same time