Skip to content

Code cleanup and improved typings #59

Code cleanup and improved typings

Code cleanup and improved typings #59

Workflow file for this run

name: Release Drafter
on:
push:
branches: [master]
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 }}