Skip to content

Commit

Permalink
Add a GHA that checks all new PRs have a reference to a JIRA ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
xavigpich committed Jan 22, 2024
1 parent cb7f8fb commit 6757cec
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

Check warning on line 1 in .github/workflows/check-pr-title.yml

View workflow job for this annotation

GitHub Actions / Lint

1:1 [document-start] missing document start "---"
on:

Check warning on line 2 in .github/workflows/check-pr-title.yml

View workflow job for this annotation

GitHub Actions / Lint

2:1 [truthy] truthy value should be one of [false, true]
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

Check failure on line 9 in .github/workflows/check-pr-title.yml

View workflow job for this annotation

GitHub Actions / Lint

9:1 [empty-lines] too many blank lines (1 > 0)

0 comments on commit 6757cec

Please sign in to comment.