mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-20 07:47:19 +08:00
#### PR Dependency Tree * **PR #14438** 👈 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** * Refined PR trigger automation to run only on open/reopen/synchronize events * Split native CI into platform-specific builds (Linux, Windows, macOS) for more reliable pipelines * Added conditional Copilot test gating to run API/E2E tests only when relevant * Added conditional PR-title lint skip when edits don't change the title * Improved test result uploads and artifact handling for gated flows <!-- end of auto-generated comment: release notes by coderabbit.ai -->
18 lines
306 B
YAML
18 lines
306 B
YAML
name: 'Pull Request Labeler'
|
|
on:
|
|
pull_request_target:
|
|
types:
|
|
- opened
|
|
- reopened
|
|
- synchronize
|
|
|
|
jobs:
|
|
triage:
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: actions/labeler@v5
|