This action validates any Pull Request title to verify if it contains the ticket ID followed by a small description.
Required The title of the Pull Request.
name: 'Validate Pull Request Title'
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Pull Request Title Validation
uses: skimit/[email protected]
with:
pr-title: "${{ github.event.pull_request.title }}"
Deeper Insights™ mission is to empower people to use data more effectively and to demystify artificial intelligence. Rather than holding up the common narrative of machines replacing humans, we see how machines can help humans to have easier lives and better businesses. Creating bespoke solutions is part of our DNA. We came up with this solution to help our specialists focus on delivering the best version of their work, using automation to take care of the repetitive tasks.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.