
* 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
573 B
573 B
name | about | title | labels | assignees |
---|---|---|---|---|
Stale issue report | Report issues with using the stale action | bug |
Describe your issue
Your stale action configuration
jobs:
stale:
runs-on: ...
steps:
- uses: actions/stale@...
with: ...