Skip to content

Commit

Permalink
Fix PR title regex (properly this time)
Browse files Browse the repository at this point in the history
  • Loading branch information
ac101m committed Oct 25, 2023
1 parent 4dbc2c7 commit 3e8be53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
steps:
- uses: morrisoncole/[email protected]
with:
title-regex: '^((CORDA|EG|ENT|INFRA|CORE|DOC|ES||DA5)-\d+)(.*)'
title-regex: '^((CORDA|EG|ENT|INFRA|CORE|DOC|ES|DA5)-\d+)(.*)'
on-failed-regex-comment: "PR title failed to match regex -> `%regex%`"
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 3e8be53

Please sign in to comment.