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

26 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
1badade841
Fix incorrect condition for update changelog action 2023-10-27 10:34:36 +03: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
10fb54224c
Use a deploy key to pull the changes 2023-09-12 14:29:20 +03:00
Alex Plate
9c00927089
Use different commit format 2023-07-07 13:41:11 +03:00
Alex Plate
7c6964c6ef
Use different commit format 2023-07-07 13:40:47 +03:00
Alex Plate
fb3eb0da8a
Use tags for workflows 2023-07-07 13:28:01 +03:00
Alex Plate
0e6d92dea7
Update changelog job 2023-07-07 13:23:46 +03:00
Alex Plate
c00ffe7fc3
Try to use tags to get last commit 2023-07-07 13:15:26 +03:00
Alex Plate
02b3f8bf02
Disable changelog update 2023-07-07 13:03:00 +03:00
Alex Plate
fe7afb0141
Try to use tags in the workflow 2023-07-07 12:56:31 +03:00
Alex Plate
1ec810b981
Switch to custom last-successful-commit-action 2023-07-07 12:36:59 +03:00
Alex Plate
3a2187ebad
Try to use modified action 2023-07-07 12:24:42 +03:00
Alex Plate
7053a225b8
Update the branch name 2023-06-30 14:25:58 +03:00
Alex Plate
54422801c3
Try to migrate to a different way to get last successful action 2023-06-30 14:22:53 +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
e1001534e4
Enable automation 2021-11-17 16:18:38 +03:00
Alex Plate
437574328e
Add workflow dispatch for update changelog task 2021-11-17 16:01:15 +03:00
Alex Plate
87af7ada40
Try to fix changelog automation 2021-11-17 15:56:16 +03:00
Alex Plate
24f8f9ca14
Update run configuration 2021-06-30 09:20:14 +03:00
Alex Plate
9140234b2c
[Automation] Include last_processed_hash to the commit 2021-06-29 14:02:16 +03:00
Alex Plate
acf80417d1
Automatically update changelog 2021-06-29 13:53:30 +03:00