mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 04:13:54 +08:00
* ci: refine PR search query to improve label handling in GitHub Action workflow
- Replaced `label` with `search_query` for better flexibility.
- Added support for multiple labels (`PR_LABEL` and `${PR_LABEL}-c3`).
* ci: fix PR search query for proper label matching in workflow
- Adjusted `label` query syntax to correctly handle multiple labels.
* Update .github/workflows/sunnypilot-master-dev-prep.yaml