Skip to content

Commit

Permalink
Merge pull request #26 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
xavigpich committed Jan 22, 2024
2 parents c3f3ba2 + 69bc812 commit e6383b1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
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 e6383b1

Please sign in to comment.