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