Skip to content

Commit

Permalink
add workflow to add Jira issue in PR summary
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhmg committed Nov 21, 2024
1 parent a2399af commit 84ea2e0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pr_add_jira_summary.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Add JIRA issue summary

on:
pull_request_target:
types: [opened]

jobs:
call-workflow-add-jira-issue-summary:
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-jira-pr_add_jira_summary.yml@main
secrets: inherit

0 comments on commit 84ea2e0

Please sign in to comment.