Skip to content

Commit

Permalink
PI-3857 - ensure PR title contains jira ticket number (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
markusjevringsesame authored Feb 14, 2024
1 parent 44fe843 commit f6a505e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/jira-ticket-in-title.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f6a505e

Please sign in to comment.