mirror of
https://github.com/actions/stale.git
synced 2025-12-10 20:21:20 +00:00
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:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user