Skip to content

Commit 1a3d6a0

Browse files
feat: Build for release
1 parent 39989d2 commit 1a3d6a0

File tree

165 files changed

+15444
-31790
lines changed

Some content is hidden

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

165 files changed

+15444
-31790
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
name: Assign Author
2+
23
description: GitHub actions to assign author to issue or PR.
4+
35
author: technote-space
6+
47
inputs:
58
GITHUB_TOKEN:
69
description: Secret GitHub API token to use for making API requests.
710
required: true
11+
812
branding:
913
icon: 'user-plus'
1014
color: 'orange'
15+
1116
runs:
1217
using: node12
1318
main: lib/main.js

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"assign-author","sha":"4a1cc78a468868c5f32ea3b9f9391861377169c4","ref":"refs/tags/v1.2.5","tagName":"v1.2.5","branch":"gh-actions","tags":["v1","v1.2","v1.2.5"],"updated_at":"2019-12-16T15:31:39.902Z"}
1+
{"owner":"technote-space","repo":"assign-author","sha":"0cc98f7f7ce38fac2c97edcfae4d009aa75165dc","ref":"refs/tags/v1.2.6","tagName":"v1.2.6","branch":"gh-actions","tags":["v1","v1.2","v1.2.6"],"updated_at":"2020-01-27T08:42:51.230Z"}

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function run() {
3131
logger.info('This is not target event.');
3232
return;
3333
}
34-
yield github_2.addAssignees(context_1.getAssignees(github_1.context), new github_1.GitHub(core_1.getInput('GITHUB_TOKEN', { required: true })), logger, github_1.context);
34+
yield github_2.addAssignees(context_1.getAssignees(github_1.context), new github_1.GitHub(github_action_helper_1.Utils.getAccessToken(true)), logger, github_1.context);
3535
});
3636
}
3737
run().catch(error => core_1.setFailed(error.message));

node_modules/.bin/semver

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

node_modules/.yarn-integrity

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

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

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

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

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

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

Lines changed: 1 addition & 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.js

Lines changed: 9 additions & 2 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.map

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

node_modules/@actions/core/package.json

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

node_modules/@actions/github/README.md

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

node_modules/@actions/github/lib/context.d.ts

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

node_modules/@actions/github/lib/context.js

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

0 commit comments

Comments
 (0)