Skip to content

Commit

Permalink
Reinstate Jira PR check
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ulge committed Feb 10, 2023
1 parent 48ebfe3 commit c9fcc04
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/jira-pr-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Pull Request Jira ID Check

on: [pull_request]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: GetStream/action-pr-title@master
if: startsWith(github.head_ref, 'release/v') == false
with:
regex: '\[\w{2,4}-\d{1,6}\].*'
allowed_prefixes: '.*'
min_length: 6

0 comments on commit c9fcc04

Please sign in to comment.