forked from mirrors/probot
Update API docs
This commit is contained in:
parent
794064f242
commit
b70e6af7b1
|
@ -63,12 +63,10 @@ class Context {
|
|||
}
|
||||
|
||||
/**
|
||||
* Reads the plugin configuration from the given file name in the `.github` directory.
|
||||
* Reads the plugin configuration from the given YAML file name in the
|
||||
* `.github` directory.
|
||||
*
|
||||
* @param {github} github Authenticated GitHub API client
|
||||
* @param {string} owner Owner of the repository
|
||||
* @param {string} repo Name of the repository
|
||||
* @param {string} fileName Name of the configuration file within the `.github` directory
|
||||
* @param {string} fileName Name of the YAML file in the `.github` directory
|
||||
* @return {Promise<Object>} Configuration object read from the file
|
||||
*/
|
||||
async config(fileName) {
|
||||
|
|
Loading…
Reference in New Issue