stale/.github/ISSUE_TEMPLATE/stale_issue_report.md
Geoffrey Testelin 6ec637d238
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
2021-05-25 14:14:22 -04:00

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: ...

Further context