[Fix] [WRS-2116] Zoom to page on page size change #494
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: Check PR description for JIRA ticket | |
on: | |
pull_request: | |
types: [opened, labeled] | |
jobs: | |
check-description: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check description of the Pull Request | |
if: ${{!contains(github.event.pull_request.labels.*.name, 'No JIRA ticket')}} | |
uses: pkgacek/[email protected] |