Skip to content

Quality Gates: PR Title standardization and LOC #2

Quality Gates: PR Title standardization and LOC

Quality Gates: PR Title standardization and LOC #2

Workflow file for this run

name: Common PR Lint
on:
pull_request:
branches: [master, main,staging, dev,develop]
types: [ready_for_review, reopened, review_requested, review_request_removed, opened, edited]
jobs:
pr-lint:
name: Common PR Lint Checks
if: github.base_ref == 'main' || github.base_ref == 'master'
uses: chargebee/cb-cicd-pipelines/.github/workflows/pr-lint.yml@main

Check failure on line 12 in .github/workflows/pr-lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-lint.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-lint.yml" -> "chargebee/cb-cicd-pipelines/.github/workflows/pr-lint.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit