Commit Graph

509 Commits

Author SHA1 Message Date
Constrat
158fc9849d Revert "ci: use runs/job instead of just runs for ResourceUpdater"
This reverts commit 87e6d9a442.
2024-10-16 11:22:02 +02:00
dependabot[bot]
54878c88ea ci: bump lycheeverse/lychee-action from 1 to 2 in /.github/workflows in the github-actions group (#10810)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Loong <40141251+wangl-cc@users.noreply.github.com>
2024-10-15 18:22:27 +02:00
Constrat
87e6d9a442 ci: use runs/job instead of just runs for ResourceUpdater 2024-10-12 13:05:38 +02:00
Constrat
167739b5c5 ci: Resource Updater push perfs (#10733)
---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-10-04 15:14:02 +01:00
Constrat
627dbe4189 ci: add commit triggerer for optimize templates
[skip changelog]
2024-10-02 11:48:20 +02:00
Constrat
afbbedd88f refactor: Update ResourceUpdater script and clone_data_repo.ps1
- Refactor the ResourceUpdater script to use the correct validator.ps1 script instead of script.ps1.
- Update the clone_data_repo.ps1 script to use parallel jobs for cloning and sparse-checkout of the Official and Overseas repositories.
- Remove the penguin_stages.ps1 and penguin_stages.sh scripts, as they are no longer needed.
2024-09-27 16:16:33 +02:00
Constrat
ea6ccf4885 refactor: ResourceUpdater tweaks and code optimizations (#10689)
* refactor: move penguin stages download to repo download step

* chore: reduced logging level for res upd

* perf: moved penguin to txwy workflow + thread error management
2024-09-26 21:59:06 +01:00
AnnAngela
557abe700e ci: 重新尝试让机器人对 commit 签名 (#10626) 2024-09-16 17:31:39 +08:00
status102
bc14b6cf27 fix: try to fix gen-changelog 2024-09-15 15:33:59 +08:00
AnnAngela
1d6481448a ci: 机器人也想要 verified (#10570) 2024-09-10 09:35:59 +08:00
dependabot[bot]
f998118d44 ci: bump peter-evans/create-pull-request from 6 to 7 in /.github/workflows in the github-actions group (#10563) 2024-09-09 13:57:42 +00:00
Loong
c6e929933f ci: create macOS runtime files in CI (#10509)
* ci: create macOS runtime files in CI

* ci: fix zip flags
2024-09-06 16:14:05 +01:00
Constrat
ce6fb339e1 chore: resource updater workflow (#10507)
* chore: add branch specification

* test: unorder file to allow action to run

* chore: Auto Update Game Resources - 2024-09-06

https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/10737645508

[skip changelog]

* test: revert the order + shallow git pull

* test: shallow

* chore: Auto Update Game Resources - 2024-09-06

https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/10737703107

[skip changelog]

* refactor: different get branch command

* perf: use ref_name and refactor if logic

* fix: conflicts

* debug: uncomment
2024-09-06 13:03:14 +01:00
Constrat
598575d13c style: action id run in resource updater commit 2024-09-06 13:12:14 +02:00
Constrat
1293504c64 perf: resource updater validator in native powershell (#10493)
* perf: native pwsh resourceupdatevalidator

* chore: pwsh implementation in workflow

* style: ps1 formatting

* style: remove log warning

* style: more log styling output

* style: too many lines lol

* style: log end output format new line instead of json
for readibility
2024-09-06 09:11:27 +01:00
AnnAngela
9b1b5bc2e9 ci: 更新 issue-checker (#10434) 2024-09-05 10:52:27 +08:00
AnnAngela
9d96081f47 ci: 当仅 version.json 的 last_updated 有变动时,回退对应服务器所有资源文件改动 (#10453) 2024-09-04 17:21:42 +08:00
dependabot[bot]
43ec787767 ci: bump zzyyyl/issue-checker
Bumps the github-actions group in /.github/workflows with 1 update: [zzyyyl/issue-checker](https://github.com/zzyyyl/issue-checker).


Updates `zzyyyl/issue-checker` from 1.9 to 1.10
- [Release notes](https://github.com/zzyyyl/issue-checker/releases)
- [Commits](https://github.com/zzyyyl/issue-checker/compare/v1.9...v1.10)

---
updated-dependencies:
- dependency-name: zzyyyl/issue-checker
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 15:14:04 +01:00
Constrat
5470c313e2 fix(ci): remove "" in nightly
fix #10308
2024-08-23 13:28:48 +02:00
zzyyyl
ec93472984 chore(issue-checker): bump zzyyyl/issue-checker from 1.8 to 1.9 2024-08-23 15:41:39 +08:00
Constrat
7521b526ee fix: rev-list instead of rev-parse 2024-08-19 16:37:13 +02:00
Constrat
8b34d53358 fix: revert to simple if 2024-08-19 16:31:33 +02:00
Constrat
008d06b7b5 fix: fetching depth 0 2024-08-19 16:29:14 +02:00
Constrat
5e8241fc7c fix: impossiblity of fetch-depth modification. reverting + generic perfs 2024-08-19 16:26:49 +02:00
Constrat
c89362ab82 debug: add workflow debugging 2024-08-19 15:44:57 +02:00
Constrat
b0d54c8a3f style: prettier 2024-08-19 15:40:58 +02:00
Constrat
9994819e13 perf: blame ignore (#10296)
* fix: forgot branch

* chore: auto blame ignore

* chore: remove commits.txt, add only last check and blame ignore

* test: STYLE ONLY
[blame ignore]

* fix: checkout depth

* chore: auto blame ignore

[skip changelog]

* debug: remove debug artifacts

* perf: reduced steps number and optimized shell script

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-19 15:28:39 +02:00
Constrat
90fac774ce feat(ci): automation for blame ignore (#10295)
* feat(ci): automation for blame ignore

* chore: Auto update by pre-commit hooks [skip changelog]

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-19 13:14:36 +02:00
Loong
9bf4111d98 chore: add flag -fexperimental-library for clang < 16 (#10265)
* Revert "ci: 在 macOS 上使用 clang 18"

This reverts commit dde048fb4c.

* feat: add -fexperimental-library for clang < 16
2024-08-18 00:04:53 +08:00
AnnAngela
b5080423ef ci: 修复比较链接 2024-08-17 22:10:01 +08:00
AnnAngela
2c5f79c2a5 ci: 用 nodejs 读取 changelog (#10267) 2024-08-17 20:15:16 +08:00
AnnAngela
17b04ae60d ci: 修复 changelog 错误的问题 (#10266)
ci: 这样行不行
2024-08-17 19:29:33 +08:00
uye
52998a5db0 ci: Update release-nightly-ota.yml 2024-08-17 18:39:58 +08:00
uye
ebc0d3e26d ci: Update release-nightly-ota.yml 2024-08-17 18:01:27 +08:00
uye
aaeb6f4c11 ci: Update release-nightly-ota.yml 2024-08-17 17:37:04 +08:00
uye
9032f77010 ci: Update release-nightly-ota.yml 2024-08-17 17:13:20 +08:00
uye
420e743bce ci: 调整字符串拼接 2024-08-17 16:26:26 +08:00
Weiyou Wang
dde048fb4c ci: 在 macOS 上使用 clang 18 2024-08-17 16:18:06 +08:00
zzyyyl
99fe87a005 Revert "feat: ci 在 macOS 上使用 clang 18.1.8 (#10254)"
This reverts commit f260c78bb9.
2024-08-17 01:41:32 +08:00
Weiyou Wang
f260c78bb9 feat: ci 在 macOS 上使用 clang 18.1.8 (#10254) 2024-08-17 01:32:28 +08:00
Constrat
0074cf0ae0 chore: add int convertion to release-ota (#10174)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-09 22:31:33 +08:00
Constrat
24377f19a2 chore: convert workflow input values to int (#10151)
* chore: always convert limits to int

* test: comment for testing

* chore: Auto update by pre-commit hooks [skip changelog]

* chore: change conversion

* chore: Auto update by pre-commit hooks [skip changelog]

* debug: add echo

* chore: change logic

* perf: optimize logic

* perf: change logic again

* debug: remove debug echo

* debug: remove commets

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-08 21:48:12 +08:00
Constrat
33a5f275a1 ci: skip workflow if previous commit is github_actions[bot] 2024-08-06 23:26:51 +02:00
Constrat
0095c44431 ci(perf): kill outdated workflow on same branch 2024-08-06 22:20:00 +01:00
status102
0085e1242f Revert "ci: 允许Merge出现在pr中的commit name (#10098)"
This reverts commit b78e7109f2.

不允许提交Merge commit,所以该内容无意义且与规则冲突
2024-08-05 21:34:35 +08:00
晓丶梦丶仁
b78e7109f2 ci: 允许Merge出现在pr中的commit name (#10098) 2024-08-05 21:04:19 +08:00
SherkeyXD
9e2f4084a8 ci: cancel txwy res update in fork repo 2024-08-04 21:29:42 +08:00
uye
086d68cb8c ci: fix ci 2024-08-02 14:02:23 +08:00
uye
0f2b501974 ci: use old type2-runtime 2024-08-02 13:39:57 +08:00
uye
adf7ea8a79 ci: update type2-runtime 2024-08-02 13:24:42 +08:00