Commit Graph

74 Commits

Author SHA1 Message Date
Ushie 425ff5a973
ci: Add workflow to sync Crowdin translations (#2953) 2024-03-30 03:15:07 +01:00
oSumAtrIX c8f4f6e884
chore: Rename issue templates 2024-02-25 03:37:53 +01:00
oSumAtrIX 77ba124509
ci: Fix indentation in workflow 2024-02-24 01:14:45 +01:00
oSumAtrIX 0b70cf8666
ci: Fix PR builds by adding missing GitHub token 2024-02-23 02:23:50 +01:00
oSumAtrIX 6b0fda196c
ci: Do not start a Gradle daemon for PR builds
Because there are no subsequent builds, a daemon is not necessary
2024-02-22 01:10:09 +01:00
oSumAtrIX 930dc297c1
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 01:07:05 +01:00
oSumAtrIX d789fd6b5a
build: Sign release artifacts 2024-02-21 04:15:38 +01:00
oSumAtrIX 82e226d124
docs: Fix feature request template mentioning bug report template 2024-01-31 11:10:07 +01:00
oSumAtrIX cb7ecb6443
ci: Use latest Node.js LTS version to fix builds 2024-01-26 22:52:37 +01:00
Caner Karaca 75becc8425
ci: Target branch `dev` for Dependabot (#2564) 2023-12-29 19:29:54 +01:00
oSumAtrIX 5b31408fa7
ci: Do not use any label for Dependabot 2023-12-28 22:52:17 +01:00
Caner Karaca de4823c139
build: Automate bumping dependencies (#2436)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-12-17 20:22:03 +01:00
oSumAtrIX da81a19d74
chore: Add heading to issue templates 2023-11-23 00:56:51 +01:00
oSumAtrIX 1293495904
build: Use dedicated Gradle cache action 2023-11-22 00:45:42 +01:00
oSumAtrIX b3a6a2d0d8
ci: Simplify cache paths 2023-11-22 00:11:16 +01:00
oSumAtrIX 975c3915da
chore: Reword comment for first PR merge 2023-11-22 00:07:46 +01:00
oSumAtrIX 17af2422a1
chore: Add a newline between steps 2023-11-22 00:04:24 +01:00
oSumAtrIX aeea73dee2
chore: Notice about contribution guidelines in issue templates 2023-11-22 00:01:24 +01:00
oSumAtrIX 54f20c308c
chore: Do not use a line break in issue template sentence 2023-11-21 23:48:29 +01:00
oSumAtrIX 13494cda4c
ci: Update cache key 2023-11-21 23:41:41 +01:00
oSumAtrIX ec37be2b7e
ci: Bump checkout action 2023-09-27 18:03:12 +02:00
oSumAtrIX 12ba3f21b3
ci: Use better workflow name and PR message 2023-09-23 18:34:59 +02:00
oSumAtrIX 7ecb1b6022
chore: Simplify template chooser 2023-09-22 03:35:15 +02:00
oSumAtrIX 1593b1b767
docs: Fix links and issue templates 2023-09-22 03:35:15 +02:00
oSumAtrIX a1bad27ede
chore: Simplify issue templates 2023-09-22 03:32:01 +02:00
oSumAtrIX f736db4f5d
chore: Simplify issue templates 2023-09-22 01:06:17 +02:00
oSumAtrIX a808eca796
ci: clean after building 2023-07-21 19:17:06 +02:00
oSumAtrIX 8f6ff694ad
ci: do not cache build directory 2023-07-21 16:57:20 +02:00
oSumAtrIX 39a64ea039
ci: add cache step 2023-06-12 02:55:10 +02:00
oSumAtrIX 02f0d346d2
ci: remove unnecessary steps 2023-06-12 01:57:58 +02:00
AnonymousWP a4d528e519
chore: remove scopes from issue templates (#2209) 2023-05-23 19:43:36 +02:00
oSumAtrIX fd08a6b506
build: use Java SDK 17 for building 2023-05-09 07:13:14 +02:00
oSumAtrIX bbd27eb036
build: downgrade to JDK version 11 2023-05-08 01:15:26 +02:00
oSumAtrIX 0b60c2d1c0
chore: add first time contribution notice 2023-04-24 17:32:14 +02:00
oSumAtrIX e58038f480
ci: use correct checkmark syntax in PR body 2023-04-16 19:21:29 +02:00
oSumAtrIX 4d107567e6
ci: add dependency section when opening a PR 2023-03-19 22:58:16 +01:00
Palm 731aac5820 ci: target specific node version 2023-02-13 08:45:55 +07:00
Palm 1ba4497682 ci: only install dependencies listed 2023-02-13 08:44:34 +07:00
Palm 21d6e6e5bd ci: do not override dependency versions on install 2023-02-13 08:41:02 +07:00
oSumAtrIX f938ba81ec
feat: explain how to capture crash logs [skip ci] 2023-01-16 17:34:13 +01:00
oSumAtrIX c759df5ad6 ci: use PAT in step `Release` 2023-01-13 22:25:48 +01:00
oSumAtrIX 995c43bef8
refactor: fix formatting 2023-01-13 14:41:37 +01:00
oSumAtrIX f0fd05444d
ci: give jobs names 2023-01-13 14:41:17 +01:00
oSumAtrIX 4b3f78e533 ci: bypass push permission on protected branches with owner PAT
RE: https://github.com/semantic-release/github/issues/175#issuecomment-484964034
2023-01-10 21:53:34 +01:00
oSumAtrIX c5cd54c2a8
ci: downgrade semantic release and plugins to v19 (#1467) 2023-01-10 21:08:42 +01:00
oSumAtrIX 4993302210
ci: do not escape in environment variable `MESSAGE` 2022-12-29 19:07:32 +01:00
oSumAtrIX f887de03d5
ci: clean after running task `generateMeta` 2022-12-15 23:40:39 +01:00
oSumAtrIX 3041628180
ci: back-merge releases back into `dev` branch 2022-12-14 00:28:02 +01:00
oSumAtrIX 90f658b13a
ci: open pull requests to merge `dev` to `main` 2022-12-11 04:53:14 +01:00
oSumAtrIX b327619069
ci: refactor release workflow 2022-12-11 04:52:19 +01:00