Skip to content

Change from Main to Latest and 4.50.6 release #5

Change from Main to Latest and 4.50.6 release

Change from Main to Latest and 4.50.6 release #5

Workflow file for this run

name: Release Drafter
on:
push:
branches: [latest]
pull_request: # required for autolabeler
types: [opened, reopened, synchronize]
workflow_dispatch:
jobs:
stale:
uses: homebridge/.github/.github/workflows/release-drafter.yml@main
secrets:
token: ${{ secrets.GITHUB_TOKEN }}