Skip to content

use uv, fix devcontainer, and drop support for HA ≤2023.6 (#1151) #314

use uv, fix devcontainer, and drop support for HA ≤2023.6 (#1151)

use uv, fix devcontainer, and drop support for HA ≤2023.6 (#1151) #314

name: Sync Main to Master
on:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: main
fetch-depth: 0
- name: Push changes to master
run: |
git checkout -b master
git push origin +master