Skip to content

Commit

Permalink
ISSUE-47 - Adding PR Verification
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHNX committed May 14, 2024
1 parent 49f5da9 commit 592ba39
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: PR Title Verify
uses: actions/action-pr-title@master
with:
regex: '([A-Z]+-[0-9]*) -.*'
allowed_prefixes: 'ISSUE'
prefix_case_sensitive: true

- name: Log in to the Container registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 592ba39

Please sign in to comment.