Skip to content

rbilabs/jira-pr-link-action

 
 

Repository files navigation

Usage:

name: JIRA Connection

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

jobs:
  enforce-issue:
    runs-on: ubuntu-latest
    name: JIRA Association
    steps:
      - name: Check for JIRA ISSUE
        id: check
        uses: supplypike/jira-pr-link-action@v1
        with:
          ignore-author: dependabot[bot]
          project: "SRENEW"

About

enforces PRs have a link to jira card

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.4%
  • JavaScript 0.6%