From f6a505ea167c65a1e649702469113bc8fc5d7ff2 Mon Sep 17 00:00:00 2001 From: Markus Jevring <58325443+markusjevringsesame@users.noreply.github.com> Date: Wed, 14 Feb 2024 11:20:42 +0100 Subject: [PATCH] PI-3857 - ensure PR title contains jira ticket number (#1) --- .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