Provide the GitHub token by default (#253)

* Provide the GitHub token by default

Signed-off-by: Sora Morimoto <sora@morimoto.io>

* npm run build

Signed-off-by: Sora Morimoto <sora@morimoto.io>
This commit is contained in:
Sora Morimoto
2021-01-15 21:07:08 +09:00
committed by GitHub
parent ddc7648635
commit 39de730f99
6 changed files with 79 additions and 78 deletions

2
dist/index.js vendored
View File

@@ -481,7 +481,7 @@ function run() {
}
function getAndValidateArgs() {
const args = {
repoToken: core.getInput('repo-token', { required: true }),
repoToken: core.getInput('repo-token'),
staleIssueMessage: core.getInput('stale-issue-message'),
stalePrMessage: core.getInput('stale-pr-message'),
closeIssueMessage: core.getInput('close-issue-message'),