Skip to content

Commit

Permalink
Merge pull request #2 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 authored Feb 7, 2024
2 parents cb7f8fb + 6757cec commit 9bb53ca
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 "---"

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 "---"

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 "---"

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 "---"

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 "---"

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 "---"

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 "---"

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 "---"

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 "---"

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]

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]

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]

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]

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]

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]

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]

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]

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]

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)

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)

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)

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)

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)

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)

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)

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)

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)

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 9bb53ca

Please sign in to comment.