Skip to content

Commit 04aa5db

Browse files
author
Danny McCormick
authored
Publish (#11)
* Publish * Update .gitignore * node modules * Update .gitignore
1 parent 26d9864 commit 04aa5db

File tree

224 files changed

+754
-11336
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

224 files changed

+754
-11336
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

__tests__/main.test.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
describe("TODO - Add a test suite", () => {
2-
it("TODO - Add a test", async () => {});
1+
describe('TODO - Add a test suite', () => {
2+
it('TODO - Add a test', async () => {
3+
});
34
});

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Pull Request Triager'
1+
name: 'Pull Request Labeler'
22
description: 'Label pull requests by files altered'
33
author: 'GitHub'
44
inputs:

lib/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ function fetchContent(client, repoPath) {
8686
const response = yield client.repos.getContents({
8787
owner: github.context.repo.owner,
8888
repo: github.context.repo.repo,
89-
path: repoPath
89+
path: repoPath,
90+
ref: github.context.sha
9091
});
9192
return Buffer.from(response.data.content, 'base64').toString();
9293
});

node_modules/.bin/uuid

Lines changed: 0 additions & 15 deletions
This file was deleted.

node_modules/.bin/uuid.cmd

Lines changed: 0 additions & 7 deletions
This file was deleted.

node_modules/@actions/core/LICENSE.md

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/README.md

Lines changed: 75 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/lib/core.d.ts

Lines changed: 1 addition & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/lib/core.js

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)