From f33d4e8990175781b69854e3563aa904c8f48e08 Mon Sep 17 00:00:00 2001 From: Markus Jevring <58325443+markusjevringsesame@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:18:44 +0100 Subject: [PATCH] Revert "PI-3857 - ensure PR title contains jira ticket number (#2)" This reverts commit dac1957c9804e643693570a9b6c917a859a23b12. --- .github/workflows/jira-ticket-in-title.yml | 15 --------------- 1 file changed, 15 deletions(-) delete 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 deleted file mode 100644 index fb3c17e..0000000 --- a/.github/workflows/jira-ticket-in-title.yml +++ /dev/null @@ -1,15 +0,0 @@ -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