Skip to content

GitHub action to enforce having completed checklist items in linked Jira issues

License

Notifications You must be signed in to change notification settings

furkando/jira-checklist-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Repository files navigation

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/[email protected]

About

GitHub action to enforce having completed checklist items in linked Jira issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.4%
  • JavaScript 0.6%