From ff897dc545f065c3a19b752591086a1e1319949a Mon Sep 17 00:00:00 2001 From: Markus Jevring Date: Tue, 13 Feb 2024 17:32:12 +0100 Subject: [PATCH] PI-3857 - ensure PR title contains jira ticket number --- .github/workflows/jira-ticket-in-title.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/jira-ticket-in-title.yml 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