aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/gen-annotations.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: disable gen-annotations in forks #4366Justin M. Keyes2026-03-311-1/+3
| | | | | | | | | | Problem: gen-annotations runs on PRs. Solution: - Check the org + repo name. - Trigger on "master" branch only. related: d7c25c54406af9483edeab7e783d01f80e4f05e5 #4357
* fix(ci): avoid yucky "chore" typeJustin M. Keyes2026-03-271-1/+1
|
* fix(ci): retry generator jobs #4359Justin M. Keyes2026-03-271-1/+8
| | | | | | | | | | | | | | | | Problem: docgen fails if gen-annotations pushes before it: [master c2804a4] docs: update configs.md skip-checks: true 2 files changed, 24 insertions(+), 20 deletions(-) To https://github.com/neovim/nvim-lspconfig ! [rejected] master -> master (fetch first) error: failed to push some refs to 'https://github.com/neovim/nvim-lspconfig' hint: Updates were rejected because the remote contains work that you do not hint: have locally. This is usually caused by another repository pushing to Solution: If push fails, rebase and retry. The two workflows touch disjoint files so the rebase should alway resolve.
* ci: auto-generate annotationsYi Ming2026-03-131-0/+40