Skip to content

Commit d1958c3

Browse files
Merge branch 'main' into fix-jump
2 parents c43f7f7 + 8f45f35 commit d1958c3

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- cron: "30 1 * * *"
66

77
jobs:
8-
ci:
8+
stale:
9+
if: contains(fromJSON('["folke", "LazyVim"]'), github.repository_owner)
910
uses: folke/github/.github/workflows/stale.yml@main
1011
secrets: inherit

.github/workflows/update.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- cron: "0 * * * *"
88

99
jobs:
10-
ci:
10+
update:
11+
if: contains(fromJSON('["folke", "LazyVim"]'), github.repository_owner)
1112
uses: folke/github/.github/workflows/update.yml@main
1213
secrets: inherit

doc/todo-comments.nvim.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*todo-comments.nvim.txt* For Neovim Last change: 2024 July 15
1+
*todo-comments.nvim.txt* For Neovim Last change: 2024 July 22
22

33
==============================================================================
44
Table of Contents *todo-comments.nvim-table-of-contents*

0 commit comments

Comments
 (0)