Skip to content

Bump zeroconf from 0.135.0 to 0.137.2 #3869

Bump zeroconf from 0.135.0 to 0.137.2

Bump zeroconf from 0.135.0 to 0.137.2 #3869

---
name: Release Drafter
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
pull_request:
types:
- labeled
- opened
- reopened
- synchronize
- unlabeled
pull_request_target:
types:
- labeled
- opened
- reopened
- synchronize
- unlabeled
permissions:
contents: read
jobs:
update_release_draft:
name: Update release draft
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
commitish: main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}