Skip to content

Commit

Permalink
Publish (#11)
Browse files Browse the repository at this point in the history
* Publish

* Update .gitignore

* node modules

* Update .gitignore
  • Loading branch information
Danny McCormick committed Aug 23, 2019
1 parent 26d9864 commit 04aa5db
Show file tree
Hide file tree
Showing 224 changed files with 754 additions and 11,336 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

5 changes: 3 additions & 2 deletions __tests__/main.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
describe("TODO - Add a test suite", () => {
it("TODO - Add a test", async () => {});
describe('TODO - Add a test suite', () => {
it('TODO - Add a test', async () => {
});
});
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Pull Request Triager'
name: 'Pull Request Labeler'
description: 'Label pull requests by files altered'
author: 'GitHub'
inputs:
Expand Down
3 changes: 2 additions & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ function fetchContent(client, repoPath) {
const response = yield client.repos.getContents({
owner: github.context.repo.owner,
repo: github.context.repo.repo,
path: repoPath
path: repoPath,
ref: github.context.sha
});
return Buffer.from(response.data.content, 'base64').toString();
});
Expand Down
15 changes: 0 additions & 15 deletions node_modules/.bin/uuid

This file was deleted.

7 changes: 0 additions & 7 deletions node_modules/.bin/uuid.cmd

This file was deleted.

7 changes: 7 additions & 0 deletions node_modules/@actions/core/LICENSE.md

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

76 changes: 75 additions & 1 deletion node_modules/@actions/core/README.md

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

10 changes: 1 addition & 9 deletions node_modules/@actions/core/lib/core.d.ts

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

11 changes: 0 additions & 11 deletions node_modules/@actions/core/lib/core.js

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

2 changes: 1 addition & 1 deletion node_modules/@actions/core/lib/core.js.map

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

39 changes: 21 additions & 18 deletions node_modules/@actions/core/package.json

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

7 changes: 0 additions & 7 deletions node_modules/@actions/exec/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions node_modules/@actions/exec/lib/exec.d.ts

This file was deleted.

36 changes: 0 additions & 36 deletions node_modules/@actions/exec/lib/exec.js

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/@actions/exec/lib/exec.js.map

This file was deleted.

35 changes: 0 additions & 35 deletions node_modules/@actions/exec/lib/interfaces.d.ts

This file was deleted.

3 changes: 0 additions & 3 deletions node_modules/@actions/exec/lib/interfaces.js

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/@actions/exec/lib/interfaces.js.map

This file was deleted.

0 comments on commit 04aa5db

Please sign in to comment.