Christian Clason
22c5a0d833
ci: teach bot about conventional commits
2024-03-03 10:39:15 +01:00
Christian Clason
30a41f52f9
ci: bump create-pull-request to v6
2024-03-01 08:43:57 +01:00
dundargoc
6444286cbf
ci: fix invalid workflow
...
Context variables aren't always available, so we can't rely on them for
e.g. environment variables.
Also merge all install scripts into `script/ci-install.sh`, that way it
can be called the same way regardless of system.
2024-02-10 19:49:14 +01:00
Christian Clason
569d5dfadb
ci: use nvim-treesitter-bot as author
2024-01-30 09:01:30 +01:00
Christian Clason
e24dab6696
ci: use nvim-treesitter-bot as committer
2024-01-29 10:14:42 +01:00
Christian Clason
b5736698be
ci: use token for automated PRs
...
* Use a Github App token to allow CI to run automatically
(Following
https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#authenticating-with-github-app-generated-tokens )
* Enable automerge
* make lint workflow only run once on PRs to master
2024-01-28 16:15:57 +01:00
Christian Clason
9288d9b505
ci: bump actions to latest
2024-01-05 12:54:30 +01:00
ObserverOfTime
34b2f7803b
ci: fix update lockfile workflow
2023-08-20 10:11:11 +03:00
ObserverOfTime
1a4116aef1
ci: update workflows
2023-08-18 11:09:57 +03:00
Christian Clason
330da0ff07
ci: bump actions to latest
2023-07-11 08:14:21 +02:00
Amaan Qureshi
46ddea9dec
fix(dart): update indents from upstream ( #4924 )
2023-06-07 20:10:54 +02:00
GitHub
62146fe415
Update parsers: c, cpp, cuda, gitcommit, glsl, go, hlsl, scala, supercollider
...
skip dart updates from now on
2023-05-31 19:08:20 +02:00
Amaan Qureshi
905877e75f
chore: update skipped langs in ci
2023-05-29 19:30:19 +02:00
Amaan Qureshi
754b509f26
chore: update Gleam
2023-05-29 11:13:36 -04:00
Kiyoon Kim
80e41f22ce
prettier formatting yml and md
2023-02-16 01:48:37 -08:00
Christian Clason
d18851653e
ci: stop running update-lockfile after every commit
...
This is wasteful and noisy for unrelated commits, while the intended use
(making sure that new parsers have a lockfile entry) can be covered by
either making sure this is part of the initial PR (ideally) or running
the action manually.
2023-01-14 13:54:55 +01:00
ObserverOfTime
b156939461
ci: properly fix lockfile action
2023-01-04 17:35:52 +01:00
Stephan Seitz
ac9b33d5bd
ci: trim final "] when parsers get added in update-lockfile.yml
...
See https://github.com/nvim-treesitter/nvim-treesitter/pull/4066
The diff will look different when a whole parser gets added:
```
@ ["gleam","revision"]
- "cfcbca3f8f734773878e00d7bfcedea98eb10be2"
+ "3eb2e1783f3bf6f85c16cdd150e2f256b2f6844e"
@ ["nix","revision"]
- "6b71a810c0acd49b980c50fc79092561f7cee307"
+ "1b69cf1fa92366eefbe6863c184e5d2ece5f187d"
@ ["wgsl_bevy"]
+ {"revision":"c81dc770310795caea5e00996505deba024ec698"}
```
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2023-01-03 11:56:53 +01:00
dundargoc
e8b765bee1
ci: use builtin jq instead of downloading it
2022-12-21 17:11:59 +01:00
dundargoc
f2a5524add
ci: bump action versions
2022-12-17 12:57:24 +01:00
Stephan Seitz
818fb3b96b
ci: Add name of updated parsers to commit message
...
Fixes #3962
2022-12-15 10:03:04 +01:00
Christian Clason
cc28f56398
ci: install libfuse2
2022-12-02 19:52:19 +01:00
Christian Clason
a2ee5610ae
ci: add workflow_dispatch
2022-08-23 00:52:35 +02:00
Stephan Seitz
ec98bcc216
parsers(dart): unlock dart parser
...
Segfault seems to be fixed in
c667fd401c
After 30min of fuzzing no Segfault found so far.
2022-08-02 21:52:37 +02:00
Breno Reis
91725df581
Add dart to skip lockfile update list
2022-07-13 11:29:58 +02:00
Christian Clason
31155af885
fixup: lock nix, not norg ( #2682 )
...
fixup for 739fefa8fa
2022-03-27 11:47:03 +02:00
Christian Clason
739fefa8fa
ci: lock nix parser
2022-03-26 12:21:38 +01:00
Christian Clason
0982e3ce8b
ci: ignore gleam for lockfile update
2022-03-02 22:01:55 +01:00
Dundar Göc
f476df31af
ci: rename workflows and jobs to be more consistent
2022-02-14 19:15:17 +01:00