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

Commit d5ab185

Browse files
Fixing Activity Title
And to avoid to much duplication between the activity title and the heading, I revised that as well -- feel free to revise as you see fit, but I do recommend changing the activity title. ;)
1 parent 3106023 commit d5ab185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

responses/07_use-fs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## Use the FS module to use a templated comment
1+
## Use a comment template from the repository
22

33
We will make the following changes to the current workflow file:
44

55
- Add the `actions/checkout` action so we can read the templated response file located at `.github/ISSUE_RESPONSES/comment.md`
66
- Add JavaScript to use the Node.js File System module to place the contents of our templated response as the body of the issue comment.
77

8-
### :keyboard: Activity: Add newly opened issue to project board
8+
### :keyboard: Activity: Use the FS module to use a templated comment
99

1010
1. [Edit]({{quicklink}}) the current workflow to have the following contents:
1111

0 commit comments

Comments
 (0)