* ci: use environment variable for PR label in query - Replaced static `PR_LABEL` references with `${{ env.PR_LABEL }}` for consistency. - Ensures flexibility and reduces hardcoded values in the workflow. * does this work better? * fuck this * aight
* 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
* migration: new branch names * more migration * update channel type * no more var * update * more * more