1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-09-20 01:42:47 +02:00
Commit Graph

16 Commits

Author SHA1 Message Date
Matt Ellis
afceecadbe Disable the configuration cache for GitHub actions
These tasks should be rewritten to work nicely with Gradle's configuration cache. In the meantime, this allows them to still run as actions.
2024-07-03 19:39:55 +03:00
Alex Plate
6421a6face
Update java version to 17 on github actions 2024-06-24 12:53:55 +03:00
Alex Plate
6d01b5be77
Stop maintaining the changelog file
We have quite a fucntionality to maintain the changelof in actual state
However, since we switched to release from the latest EAP, we can't just update the changelog on master because it will contains also unreleased changes since the latest EAP.
The proper support for such change will require a lot of coding that will take a lot of time to implement and will eventually break.
So, it was decided to keep the changelog on YouTrack only and not to maintain the changes file.

This change still may be reverted, so the code around the changelog is note removed, but only commented out
2024-02-23 14:05:12 +02:00
Alex Plate
b357625529
Add check that actions should work only on the original repo
Because of some reason actions started on
https://github.com/JetBrains/ideavim/pull/731
pull request and updated it.
With this change, forks won't be affected by forked actions. If the action is still needed on fork, these conditions can be changes
2023-10-27 10:33:26 +03:00
Alex Plate
a6c2babafb
Fix issue with GitHub CI changes pushing 2023-09-12 14:40:08 +03:00
Alex Plate
5ce8445d5c
Update GH jobs to use the IdeaVim Bot git account 2023-08-01 12:25:38 +03:00
Alex Plate
a8b8b56a7e
Update GH actions to avoid conflicts 2023-04-04 09:04:26 +03:00
Alex Plate
37fddacf8e
Update GH CI jobs 2022-12-22 17:34:41 +02:00
Alex Plate
d2a427b38f
Use different type of action on github merge 2022-12-22 09:28:58 +02:00
Alex Plate
66245e2730
Change secret for the merge PR action 2022-07-07 10:42:27 +03:00
Alex Plate
a11991dad7
Create test token 2022-07-06 21:21:51 +03:00
Alex Plate
1238828bfd
Update token name 2022-07-06 21:18:27 +03:00
Alex Plate
51a9878363
Add oauth for mergeP 2021-11-17 20:15:12 +03:00
Alex Plate
d401b6483c
Set branch in mergePr.yml workflow 2021-05-24 11:06:59 +03:00
Alex Plate
1719775ffc
Fix invalid workflow 2021-05-24 10:41:48 +03:00
Alex Plate
25f1674619
Add workflow to update changes after merged PR 2021-05-21 11:53:43 +03:00