Skip to content

PR Nomencleture

Actions
Checks if PR is named as per input pattern
1.2
Latest
Star (0)

PR Naming

This will take care of your PR naming, if it is matched with the regex pattern you have given or not

Example

name: Delete Tag

on:
 pull_request:
    types: [opened, synchronize, reopened, edited] 
    branches:
      - master

jobs:
   pr-title-check::
    runs-on: windows-latest

    steps:

      - name: Check PR title format
        uses: ShivamHS/PR-naming@v1.0
        with:
          token: ${{ secrets.GITHUB_TOKEN }} 
          repo:  your-repo-name
          owner: repo-owner
          pattern: enter the regex pattern for validation

PR Nomencleture is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Checks if PR is named as per input pattern
1.2
Latest

PR Nomencleture is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.