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