mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-24 18:02:47 +08:00
#### PR Dependency Tree * **PR #14503** 👈 This tree was auto-generated by [Charcoal](https://github.com/danerwilliams/charcoal) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Improved CI efficiency with targeted Rust test detection and workspace-scoped builds for faster, more focused runs. * Added workflow static-analysis configuration and refined Node/Playwright/Electron build flags and platform controls. * Added a new test workspace dependency and TypeScript project reference for blocksuite tests; updated workspace wiring for focused builds. * Cleaned CI environment handling for server test orchestration. * **Bug Fixes** * Hardened mobile release steps (safer credential handling and quoting) to improve iOS/Android publish reliability. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
21 lines
796 B
YAML
21 lines
796 B
YAML
self-hosted-runner:
|
|
# Labels of self-hosted runner in array of strings.
|
|
labels:
|
|
- win-signer
|
|
|
|
# Configuration variables in array of strings defined in your repository or
|
|
# organization. `null` means disabling configuration variables check.
|
|
# Empty array means no configuration variable is allowed.
|
|
config-variables: null
|
|
|
|
# Configuration for file paths. The keys are glob patterns to match to file
|
|
# paths relative to the repository root. The values are the configurations for
|
|
# the file paths. Note that the path separator is always '/'.
|
|
# The following configurations are available.
|
|
#
|
|
# "ignore" is an array of regular expression patterns. Matched error messages
|
|
# are ignored. This is similar to the "-ignore" command line option.
|
|
paths:
|
|
# .github/workflows/**/*.yml:
|
|
# ignore: []
|