name: Jira Check
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
enforce-issue:
runs-on: ubuntu-latest
name: Ensure issue number on PR title or commit
steps:
- name: Check for Jira Issue
id: check
uses: giddyinc/jira-pr-link-action@main
with:
ignore-author: dependabot[bot],build-giddy
ignore-head: staging,development
project: "CR,DEVOPS,AM,API,DATA"
forked from supplypike/jira-pr-link-action
-
Notifications
You must be signed in to change notification settings - Fork 0
enforces PRs have a link to jira card
License
giddyinc/jira-pr-link-action
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
enforces PRs have a link to jira card
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- TypeScript 99.2%
- JavaScript 0.8%