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

Commit 3b45a64

Browse files
committed
similar edit, fix url
1 parent 07edf8d commit 3b45a64

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ steps:
101101
- type: updateBranchProtection
102102
- type: respond
103103
with: 04a_good-merge.md
104-
data:
105-
url: '{{ repoUrl }}/pull/3'
106104

107105
- title: Add to the `.gitignore` file
108106
description: The `.gitignore` file is ready to be edited in an open pull request. Add the `.env` file to the `.gitignore` file.

responses/04a_good-merge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Nice job merging @{{ user.username }}. Go ahead and delete the branch.
22

33
<hr>
4-
<h3 align="center">Let's learn about <code>.gitignore</code> files in the <a href="{{ url }}">next pull request.</a></h3>
4+
<h3 align="center">Let's learn about <code>.gitignore</code> files in the <a href="{{ repoUrl }}/pull/3">next pull request.</a></h3>

0 commit comments

Comments
 (0)