Skip to content

Commit cd5fe11

Browse files
committed
ci: add in jira github actions
1 parent 177c6ae commit cd5fe11

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: "Create Jira Comment"
2+
3+
on:
4+
issue_comment:
5+
types: ["created"]
6+
7+
jobs:
8+
automerge-dependabot:
9+
name: "Automerge Dependabot PR"
10+
uses: mParticle/mparticle-workflows/.github/workflows/issue-comment-to-jira.yml@main
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Create Jira Issue
2+
3+
on:
4+
issues:
5+
types: ["opened", "reopened"]
6+
7+
jobs:
8+
create-issue:
9+
name: "Create Issue"
10+
uses: mParticle/mparticle-workflows/.github/workflows/issue-to-jira-ticket.yml@main

0 commit comments

Comments
 (0)