Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jed-wemade authored Sep 26, 2024
1 parent a4fe5b8 commit 437d719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Create Jira issue # 1
on: # 2
issues:
types: [opened]
types: [opened, edited]

jobs: # 3
create-issue: # 4
Expand All @@ -21,4 +21,4 @@ jobs: # 3
project: MD
issuetype: Task
summary: '${{ github.event.issue.title }}'
description: '${{ github.event.issue.html_url }}'
description: '${{ github.event.issue.html_url }} \n ${{ github.event.issue.body }}'

0 comments on commit 437d719

Please sign in to comment.