Skip to content

Commit

Permalink
Create enforce-pr-jira-association.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yanir-codota authored Dec 30, 2023
1 parent 929155d commit a249a8a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/enforce-pr-jira-association.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Enforce PR-Jira association

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: usehaystack/jira-pr-link-action@v4
with:
ignore-author: dependabot[bot]
project: "DEV2"

0 comments on commit a249a8a

Please sign in to comment.