Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 04e18d9

Browse files
authored
Merge pull request #25 from githubtraining/qa-fixes
QA work
2 parents 90c5a13 + 86a1330 commit 04e18d9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ steps:
120120
- left: '%payload.action%'
121121
operator: ===
122122
right: edited
123+
- left: '%payload.action%'
124+
operator: ===
125+
right: synchronize
123126
- type: closeIssue
124127
issue: Your first contribution
125128
- type: gate
@@ -143,7 +146,7 @@ steps:
143146
- type: gate
144147
left: '%actions.tree.data.tree%'
145148
operator: includes
146-
right: path:_posts/0000-01-02-%user.username%.md
149+
right: path:/_posts\/\d{4}-\d{2}-\d{2}-%user.username%\.md/
147150
else:
148151
- type: createReview
149152
body: fix-filename.md

responses/fix-filename.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
I was expecting your file to be named {{ expected }}.
1+
I was expecting your file to be named **{{ expected }}**.
22

33
Let's edit this pull request to fix both of these issues.
44

0 commit comments

Comments
 (0)