mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-25 20:18:01 +02:00
48156a785f
[why]
Because we want to use Node 20 etc pp
[how]
Check for breaking changes and update.
Also replace checkout-files by checkout with sparse-checkout; as they
semselves encourage people to do.
action-gh-release has been updated to Node 20 but has not been released
with the change, so we access the latest version directly by hash.
[note]
Of course this is unchecked... what can ge wrong! 😬
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
28 lines
761 B
YAML
28 lines
761 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'
|