Force refresh of station dials when callsign changes #327
Workflow file for this run
This file contains 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: Docs | |
on: | |
pull_request: | |
types: [opened, labeled, unlabeled, synchronize] | |
branches: | |
- main | |
jobs: | |
label: | |
name: "Require label" | |
runs-on: windows-latest | |
steps: | |
- name: Verify labels | |
uses: mheap/github-action-required-labels@v5 | |
with: | |
mode: exactly | |
count: 1 | |
add_comment: true | |
labels: | | |
breaking change | |
ignore-for-release-notes | |
feature | |
enhancement | |
bug | |
documentation | |
development | |
dependencies |