mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-13 03:03:33 +02:00
c46764cd11
[why] Suggested now fonts/glyphs/set are usually closed to keep the Issue list to real Issues and not suggestions. People should be able to further discuss that addition in the (closed) Issue and it will be evaluated on the next release. Anyhow, closing the Issue automatically locks it after half a year and no discussion is possible anymore. That was not intended. [how] Add new tag that keeps closed Issues unlocked and mark the addition Issues as such. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
29 lines
811 B
YAML
29 lines
811 B
YAML
name: 'Lock Threads'
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 0 * * 1'
|
|
|
|
permissions:
|
|
issues: write
|
|
|
|
concurrency:
|
|
group: lock
|
|
|
|
jobs:
|
|
action:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: dessant/lock-threads@v5
|
|
with:
|
|
issue-inactive-days: '182'
|
|
issue-comment: >
|
|
This issue has been automatically locked since there
|
|
has not been any recent activity (i.e. last half year) after it was closed.
|
|
It helps our maintainers focus on the active issues.
|
|
If you have found a problem that seems similar, please open a new
|
|
issue, complete the issue template with all the details
|
|
necessary to reproduce, and mention this issue as reference.
|
|
process-only: 'issues'
|
|
exclude-any-issue-labels: keep_unlocked
|