Skip to content

Commit

Permalink
Merge pull request #4 from Ebury/add/SECENG-1371_gha_jira_ref
Browse files Browse the repository at this point in the history
[SECENG-1371] Add GHA JIRA ref check in PR title
  • Loading branch information
ebury-sergiorobles committed Apr 4, 2024
2 parents 99b3fd7 + 865ceca commit 4259093
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: GitHub Actions - Check PR Title
on:
pull_request:
types: [ opened, reopened, edited, synchronize ]
jobs:
Jira-PR-Title:
if: ${{ (github.actor != 'dependabot[bot]') && (github.actor != 'EburyCrowdin') }}
uses: Ebury/github-tools/.github/workflows/check-pr-title-reusable-workflow.yml@master

0 comments on commit 4259093

Please sign in to comment.