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