Skip to content

Commit

Permalink
fix: Pull in latest data-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tkyi authored Mar 29, 2018
1 parent 07d354e commit b590755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ class ScmBase {
* @param {String} config.type The type of action from Git (can be 'pr' or 'repo')
* @param {Object} config.payload The webhook payload received from the SCM service
* @param {String} config.token The token used to authenticate to the SCM
* @param {String} [config.scmContext] The scm context name
* @return {Promise} Returns an array of changed files
*/
getChangedFiles(config) {
Expand Down

0 comments on commit b590755

Please sign in to comment.