Crates.io | pr-has-issues-action |
lib.rs | pr-has-issues-action |
version | 2.0.0 |
source | src |
created_at | 2023-04-14 18:58:00.403468 |
updated_at | 2023-04-14 18:58:00.403468 |
description | A GitHub action that checks for issues references in pull requests. |
homepage | https://github.com/ngerakines/pr-has-issues-action |
repository | https://github.com/ngerakines/pr-has-issues-action |
max_upload_size | |
id | 839373 |
size | 9,995 |
This action checks for issue references in a PR title and body.
prefixes
Required A comma separated list of issue key prefixes.
Example value: ISSUE-
or PLAT-,ENG-,IT-
n/a
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
with:
prefixes: PLAT-,ENG-,IT-