We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a19582 commit 25d6596Copy full SHA for 25d6596
.github/workflows/validate_pr.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
script: |
15
const prTitle = context.payload.pull_request.title;
16
- const titleRegex = /^(\.?[\w\s,{}/.]+): .+/;
+ const titleRegex = /^([\w\s,{}/.]+): .+/;
17
18
if (!titleRegex.test(prTitle)) {
19
core.setFailed(`PR title "${prTitle}" does not match required format: directory, ...: description`);
0 commit comments