Skip to content

Commit

Permalink
docs(stale-issue-comment): update the docs to remove that omitting wi…
Browse files Browse the repository at this point in the history
…ll not send a message

To be sure, what would be even better is to add a test using the default config (because the main issue is that the default options of the specs are not matching the ones from the action).

Closes actions#521
  • Loading branch information
C0ZEN committed Jul 7, 2021
1 parent 678bfc7 commit 740750c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Warns and then closes issues and PRs that have had no activity for a specified a

The default configuration will:

- Add a label "Stale" on issues and pull requests after 60 days of inactivity
- Add a label "Stale" on issues and pull requests after 60 days of inactivity and comment them
- Close the stale issues and pull requests after 7 days of inactivity
- If an update/comment occur on stale issues or pull requests, the stale label will be removed and the timer will restart

Expand Down Expand Up @@ -168,7 +168,7 @@ Default value: unset

The message that will be added as a comment to the issues when the stale workflow marks it automatically as stale with a label.

You can skip the comment sending by omitting the option or by passing an empty string.
You can skip the comment sending by passing an empty string.

Default value: unset
Required Permission: `issues: write`
Expand All @@ -177,7 +177,7 @@ Required Permission: `issues: write`

The message that will be added as a comment to the pull requests when the stale workflow marks it automatically as stale with a label.

You can skip the comment sending by omitting the option or by passing an empty string.
You can skip the comment sending by passing an empty string.

Default value: unset
Required Permission: `pull-requests: write`
Expand Down

0 comments on commit 740750c

Please sign in to comment.