mirror of
https://github.com/actions/stale.git
synced 2026-01-10 23:30:51 +08: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:
@@ -4,7 +4,7 @@ author: 'GitHub'
|
||||
inputs:
|
||||
repo-token:
|
||||
description: 'Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`.'
|
||||
required: true
|
||||
default: ${{ github.token }}
|
||||
stale-issue-message:
|
||||
description: 'The message to post on the issue when tagging it. If none provided, will not mark issues stale.'
|
||||
stale-pr-message:
|
||||
|
||||
Reference in New Issue
Block a user