DON-1061 Add configuration to CalendarParams to hide floating year label and show year in Month Label #4919
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: label-check | |
on: | |
pull_request_target: | |
types: [opened, labeled, unlabeled, synchronize] | |
jobs: | |
label-check: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: docker://agilepathway/pull-request-label-checker:latest | |
with: | |
one_of: major,minor,patch,dependencies,skip-changelog | |
repo_token: ${{ secrets.GITHUB_TOKEN }} |