Skip to content

jira-checklist-action

Actions
GitHub action to enforce having completed checklist items in linked Jira issues
v1.0.0
Latest
Star (2)

Usage:

name: JIRA Checklist

on:
  pull_request:
    types:
      - opened
      - reopened
      - edited
      - synchronize

jobs:
  enforce-issue-checklist:
    runs-on: ubuntu-latest
    name: JIRA Checklist
    steps:
      - name: Check for JIRA issue checklist
        id: check
        uses: furkando/jira-checklist-action@v1.0.0

jira-checklist-action 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

GitHub action to enforce having completed checklist items in linked Jira issues
v1.0.0
Latest

jira-checklist-action 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.