Commit graph

6 commits

Author SHA1 Message Date
fwillo
9fd21e5b9a
fix(mods): BepInEx_Valheim prevents startup on systems with newer glibc (#4788)
* fix(mods): BepInEx_Valheim prevents startup on systems with newer glibc

Load the libdoorstop_x64.so solely for the dedicated server executable
and not for the whole startup routine, which causes errors in startup or
not loading the mods at all. (see #4149 and #4491)

* chore(prettier): format code

---------

Co-authored-by: Daniel Gibbs <me@danielgibbs.co.uk>
Co-authored-by: dgibbs64 <dgibbs64@users.noreply.github.com>
2026-07-19 14:10:10 +00:00
Daniel Gibbs
3a56a6cef3
chore(actions): Optimize details-check workflow for PRs
Enhances the `details-check` workflow to run more efficiently on pull requests.

This commit introduces logic to:
- Trigger the workflow on pull requests to the `develop` branch.
- Analyze changed files to determine the scope of the checks required:
  - Run a full matrix if core `details`-related scripts are modified.
  - Run a targeted matrix only for servers whose `config-lgsm` files are changed.
  - Skip the check entirely if no relevant files are touched.
- Provide a concise summary of the `details`, `parse-game-details`, and `query-raw` outcomes directly in the GitHub Actions job summary.

This optimization significantly reduces CI/CD run times and resource consumption for pull requests by avoiding unnecessary checks across all game servers, improving developer efficiency.
2026-05-04 11:03:30 +01:00
Daniel Gibbs
58a005bbdd
Merge master into develop 2026-05-03 01:47:38 +00:00
Daniel Gibbs
05f46e18d5
chore(actions): tidy workflows and script layout 2026-05-03 01:21:19 +00:00
Daniel Gibbs
a6af3c9773
chore(actions): tidy workflows and script layout 2026-05-03 01:21:11 +00:00
Daniel Gibbs
f9905881a9
chore: add AI issue triage workflow and structured-field label rules (#4915)
- Add AI triage workflow that flags low-quality issues and requests missing info
- Add sync-game-labels script and workflow to maintain game labels from serverlist
- Add structured label rules for severity, reproducibility, priority, and scope
- Update labeler workflow to support both issues and PRs with dedicated config
- Add PR review guidance instructions for maintainers
2026-05-03 01:52:46 +01:00