Skip to content

Commit

Permalink
Merge 86e4b51 into de08bc0
Browse files Browse the repository at this point in the history
  • Loading branch information
hex0cter committed Feb 23, 2021
2 parents de08bc0 + 86e4b51 commit ec65b83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @hex0cter
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async function fetch_config() {
owner: context.repo.owner,
repo: context.repo.repo,
path: config_path,
ref: context.payload.pull_request.base.ref, // base branch name the branch is going into
ref: context.ref,
});

const content = Buffer.from(response_body.content, response_body.encoding).toString();
Expand Down

0 comments on commit ec65b83

Please sign in to comment.