Skip to content

Commit cc7f350

Browse files
Edward ThomsonDanny McCormick
authored andcommitted
Spelling fixes in action description (#7)
Fix typo 'iusses' -> 'issues'. Also update 'prs' to 'pull requests'.
1 parent 0cad222 commit cc7f350

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
2727
runs:
2828
using: 'node12'
29-
main: 'lib/main.js'
29+
main: 'lib/main.js'

0 commit comments

Comments
 (0)