You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Validate JIRA-ID branch name and consistency across PR title and commits
v1.6.2-rc7
Pre-release
A GitHub action for validating if the branch name is contains JIRA id
Required The name of the branch to validate against.
uses: worksome/jira-branch-name-validator-action@main
with:
branch-name: $BRANCH_NAME
name: Code Analysis
on:
pull_request
jobs:
branchName:
name: Branch Validation
runs-on: ubuntu-latest
steps:
- name: Validate JIRA branch name
uses: worksome/jira-branch-name-validator-action@v1.6.1
with:
branch-name: ${{ github.event.pull_request.head.ref }}