File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,24 +6,24 @@ inputs:
66 description : ' Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN }}'
77 required : true
88 stale-issue-message :
9- description : ' The message to post on the issue when tagging it. If none provided, will not mark iusses stale.'
9+ description : ' The message to post on the issue when tagging it. If none provided, will not mark issues stale.'
1010 stale-pr-message :
11- description : ' The message to post on the pr when tagging it. If none provided, will not mark prs stale.'
11+ description : ' The message to post on the pr when tagging it. If none provided, will not mark pull requests stale.'
1212 days-before-stale :
1313 description : ' The number of days old an issue can be before marking it stale'
1414 default : 60
1515 days-before-close :
16- description : ' The number of days to wait to close an issue or pr after it being marked stale'
16+ description : ' The number of days to wait to close an issue or pull request after it being marked stale'
1717 default : 7
1818 stale-issue-label :
1919 description : ' The label to apply when an issue is stale'
2020 default : ' Stale'
2121 stale-pr-label :
22- description : ' The label to apply when a pr is stale'
22+ description : ' The label to apply when a pull request is stale'
2323 default : ' Stale'
2424 operations-per-run :
2525 description : ' The maximum number of operations per run, used to control rate limiting'
2626 default : 30
2727runs :
2828 using : ' node12'
29- main : ' lib/main.js'
29+ main : ' lib/main.js'
You can’t perform that action at this time.
0 commit comments