mirror of
https://github.com/actions/stale.git
synced 2025-12-26 19:48:12 +08:00
* chore: create bug/feature/PR template, configure template chooser * use american grammar Co-authored-by: Geoffrey Testelin <geoffrey.testelin@gmail.com> * use checklist Co-authored-by: Geoffrey Testelin <geoffrey.testelin@gmail.com> * use bold text for context as well * remove links from template chooser * remove comment redirecting to hackerone * rename bug -> problem, rewrite content * remove steps to reproduce Co-authored-by: Geoffrey Testelin <geoffrey.testelin@gmail.com> * problem -> issue Co-authored-by: Geoffrey Testelin <geoffrey.testelin@gmail.com> * provide your -> your Co-authored-by: Geoffrey Testelin <geoffrey.testelin@gmail.com> * improve help message to link issues Co-authored-by: Geoffrey Testelin <geoffrey.testelin@gmail.com> * rename files, improve content * add bug label to other_issue_report as well Co-authored-by: Geoffrey Testelin <geoffrey.testelin@gmail.com> * remove nonsensical comment * use h2 for headings * give predefined config template Co-authored-by: Geoffrey Testelin <geoffrey.testelin@gmail.com>
583 B
583 B
name, about, title, labels, assignees
| 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:
...