Validate and update copilot instructions with corrected workflow references and comprehensive testing #144
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR Labeler | |
on: | |
pull_request: # required for auto labeler | |
types: [opened, reopened, synchronize] | |
workflow_dispatch: | |
jobs: | |
stale: | |
uses: homebridge/.github/.github/workflows/pr-labeler.yml@latest | |
secrets: | |
token: ${{ secrets.GITHUB_TOKEN }} |