From a2f709747f6000a8fc75e47015049eee41fa1adb Mon Sep 17 00:00:00 2001 From: Markus Jevring <58325443+markusjevringsesame@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:18:07 +0100 Subject: [PATCH] Revert "PI-3857 - ensure PR title contains jira ticket number (#3)" This reverts commit cf2ac64665c28e052b87a374644e65a1f92e7004. --- .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