mirror of
https://github.com/actions/stale.git
synced 2025-12-10 12:07:09 +00:00
feat(options): simplify config by removing skip stale message options (#457)
* feat(options): simplify config by removing skip stale message options Closes #405 Closes #455 BREAKING CHANGES: remove skip-stale-issue-message and skip-stale-pr-message options. If you used this option, replace it by an empty message for the options stale-issue-message and stale-pr-message * build(dist): update dist also lint some files * docs(readme): update the docs by removing the skip options
This commit is contained in:
committed by
GitHub
parent
16dfaa2c02
commit
6ec637d238
3
.github/ISSUE_TEMPLATE/stale_issue_report.md
vendored
3
.github/ISSUE_TEMPLATE/stale_issue_report.md
vendored
@@ -20,8 +20,7 @@ jobs:
|
||||
runs-on: ...
|
||||
steps:
|
||||
- uses: actions/stale@...
|
||||
with:
|
||||
...
|
||||
with: ...
|
||||
```
|
||||
|
||||
## Further context
|
||||
|
||||
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
@@ -1,5 +1,7 @@
|
||||
<!-- List the change(s) you're making with this PR. -->
|
||||
|
||||
## Changes
|
||||
|
||||
- [x] ...
|
||||
|
||||
## Context
|
||||
|
||||
Reference in New Issue
Block a user