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

Commit

Permalink
Merge pull request #25 from githubtraining/qa-fixes
Browse files Browse the repository at this point in the history
QA work
  • Loading branch information
JasonEtco authored May 11, 2019
2 parents 2e4eddf + 4a93c4b commit 5296419
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ steps:
- left: '%payload.action%'
operator: ===
right: edited
- left: '%payload.action%'
operator: ===
right: synchronize
- type: closeIssue
issue: Your first contribution
- type: gate
Expand All @@ -143,7 +146,7 @@ steps:
- type: gate
left: '%actions.tree.data.tree%'
operator: includes
right: path:_posts/0000-01-02-%user.username%.md
right: path:/_posts\/\d{4}-\d{2}-\d{2}-%user.username%\.md/
else:
- type: createReview
body: fix-filename.md
Expand Down
2 changes: 1 addition & 1 deletion responses/fix-filename.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
I was expecting your file to be named {{ expected }}.
I was expecting your file to be named **{{ expected }}**.

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

Expand Down

0 comments on commit 5296419

Please sign in to comment.