diff --git a/.github/workflows/jira-ticket-in-title.yml b/.github/workflows/jira-ticket-in-title.yml new file mode 100644 index 0000000..fb3c17e --- /dev/null +++ b/.github/workflows/jira-ticket-in-title.yml @@ -0,0 +1,15 @@ +name: Ensure title contains JIRA ticket +on: + pull_request: + branches: + - main + types: + - opened + - synchronize + - reopened + - labeled + - edited +jobs: + jira_ticket_in_title: + uses: sesamecare/github-actions/.github/workflows/jira-ticket-in-title.yml@main + secrets: inherit