Skip to content

PR Has Issues

Actions
Checks for issues references in pull requests
v5
Latest
Star (4)

PR Has Issues GitHub Action

This action checks for issue references in a PR title and body.

Inputs

prefixes

Required A comma separated list of issue key prefixes.

Example value: ISSUE- or PLAT-,ENG-,IT-

Outputs

n/a

Example usage

name: PR

on:
  pull_request:
    types: [opened, reopened, edited, ready_for_review]

concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true

jobs:
  check:
    name: Check
    runs-on: ubuntu-latest
    steps:
      - uses: ngerakines/pr-has-issues-action@v5
        with:
          prefixes: PLAT-,ENG-,IT-

PR Has Issues 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 for issues references in pull requests
v5
Latest

PR Has Issues 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.