mirror of https://github.com/folke/lazy.nvim.git
ci: update
This commit is contained in:
parent
16a5c46aa3
commit
cc028e77eb
|
@ -5,6 +5,7 @@ on:
|
||||||
- cron: "30 1 * * *"
|
- cron: "30 1 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
stale:
|
||||||
|
if: contains(fromJSON('["folke", "LazyVim"]'), github.repository_owner)
|
||||||
uses: folke/github/.github/workflows/stale.yml@main
|
uses: folke/github/.github/workflows/stale.yml@main
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
|
@ -7,6 +7,7 @@ on:
|
||||||
- cron: "0 * * * *"
|
- cron: "0 * * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
update:
|
||||||
|
if: contains(fromJSON('["folke", "LazyVim"]'), github.repository_owner)
|
||||||
uses: folke/github/.github/workflows/update.yml@main
|
uses: folke/github/.github/workflows/update.yml@main
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
Loading…
Reference in New Issue