Commit Graph

62 Commits

Author SHA1 Message Date
a06b7a359e ci: Use permissions and regular GitHub token instead of PAT 2024-10-01 17:25:47 +02:00
18dbf8b20e chore: Adjust PR body 2024-09-30 22:08:45 +02:00
34ef27de79 ci: Correct usage of repository variable 2024-07-13 00:44:39 +02:00
0e7bf05a0e docs: Improve issue templates 2024-05-26 00:43:36 +02:00
381fbc6b7b chore: Rename issue templates 2024-02-25 03:37:51 +01:00
80973c77c0 ci: Fix indentation in workflow 2024-02-24 01:14:43 +01:00
216b0060e1 ci: Fix PR builds by adding missing GitHub token 2024-02-23 02:23:49 +01:00
0dc61d9da4 build: Sign release artifacts 2024-02-22 06:13:17 +01:00
4d0db8c4fb ci: Split release into a separate PR build workflow
Because the release workflow already runs on dev and main, it is not necessary to also trigger it for PRs.
2024-02-22 04:23:53 +01:00
e455262725 ci: Use latest Node.js LTS version to fix builds 2024-01-26 22:52:36 +01:00
c7d5cc384f ci: Add dependabot 2024-01-26 01:45:43 +01:00
1ebf8e04a6 chore: Add heading to issue templates 2023-11-23 00:56:50 +01:00
36fe5718cf build: Use dedicated Gradle cache action 2023-11-22 01:01:56 +01:00
dcca2e5e8d ci: Simplify cache paths 2023-11-22 00:11:15 +01:00
c4d01b2334 chore: Reword comment for first PR merge 2023-11-22 00:07:48 +01:00
ce2ad04f60 chore: Add a newline between steps 2023-11-22 00:04:20 +01:00
1230d77f94 chore: Simplify issue templates 2023-11-21 23:57:28 +01:00
64463dea5b ci: Update cache key 2023-11-21 23:41:41 +01:00
a01db14c1e ci: Bump checkout action 2023-09-27 18:03:11 +02:00
b193b3dbc1 ci: Use better workflow name and PR message 2023-09-23 18:34:16 +02:00
d7fc06a647 ci: clean after building 2023-07-21 19:17:06 +02:00
e1011e42df ci: do not cache build directory 2023-07-21 16:58:00 +02:00
add120348a ci: add cache step 2023-06-12 03:04:44 +02:00
0654c1b42e ci: set JAVA version for Gradle manually 2023-06-12 03:04:44 +02:00
fd86684f73 ci: build before running semantic-release 2023-06-12 03:04:43 +02:00
ccc93adae9 ci: remove unnecessary steps 2023-06-12 03:04:43 +02:00
78d56d4fe1 feat: add appreciation message for new contributors 2023-04-30 03:15:36 +02:00
bbb07ec9c8 ci: use correct checkmark syntax in PR body 2023-04-16 19:26:52 +02:00
0810f84c4c ci: add dependency section when opening a PR 2023-03-19 22:58:15 +01:00
9cea77ac59 ci: fix step name typo 2023-02-13 20:56:56 +07:00
b47b7cbc22 ci: target specific node version 2023-02-13 10:45:17 +07:00
2e0758b3c8 ci: do not override dependency versions on install 2023-02-13 10:44:07 +07:00
9480f20d44 ci: fix spelling mistake 2023-01-14 03:20:37 +01:00
62eb76415c ci: fix spelling mistake 2023-01-14 03:15:59 +01:00
09afccce27 ci: use PAT in step Release
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-01-13 22:32:40 +01:00
f393d3790a ci: only fetch latest commit when checking out
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-01-13 22:32:14 +01:00
b56f472813 ci: give jobs names
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-01-13 14:40:44 +01:00
8032a3f46a ci: bypass push permission on protected branches with owner PAT
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-01-10 22:43:30 +01:00
d72937c2fd ci: downgrade semantic release and plugins to v19
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-01-10 22:43:30 +01:00
954e60191e build: bump version before executing build task (#274) 2023-01-05 22:18:24 +01:00
311524c2c9 ci: do not escape in environment variable MESSAGE
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-12-29 19:16:29 +01:00
59031d95ea ci: back-merge releases back into dev branch 2022-12-26 19:21:23 +01:00
5ed6a57df2 ci: open pull requests to merge dev to main 2022-12-26 19:10:57 +01:00
66f5808863 build: use cache for node 2022-12-08 21:28:20 +01:00
57c56b630a build: fix argument order 2022-12-08 21:11:37 +01:00
edaf70fd10 build: update Java version 2022-12-08 21:11:37 +01:00
c309646d35 build: simplify step Cancel previous runs 2022-12-08 21:11:36 +01:00
376168fecf build: use latest node version 2022-12-07 01:25:35 +01:00
3427f885fb build: update workflow actions (#198) [skip ci] 2022-11-05 15:25:38 +01:00
f47cc8b375 build: migrate to Kotlin DSL (#151)
Co-authored-by: PatrickMis <24607131+PatrickMis@users.noreply.github.com>
2022-09-22 18:47:46 +02:00