Skip to content

[Fix][WRS-2123] Use DataSource API to operate with configured data source for project #540

[Fix][WRS-2123] Use DataSource API to operate with configured data source for project

[Fix][WRS-2123] Use DataSource API to operate with configured data source for project #540

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]