8000 Merge pull request #252 from josh-/add-formatting-example-readme · github-vrp/github-script@b82abb9 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit b82abb9

Browse files
authored
Merge pull request actions#252 from josh-/add-formatting-example-readme
Update README with Markdown text formatting example
2 parents 9ac0880 + d965d37 commit b82abb9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ jobs:
146146

147147
### Welcome a first-time contributor
148148

149+
You can format text in comments using the same [Markdown syntax](https://docs.github.com/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) as the GitHub web interface:
150+
149151
```yaml
150152
on: pull_request
151153
@@ -180,7 +182,9 @@ jobs:
180182
issue_number: context.issue.number,
181183
owner: context.repo.owner,
182184
repo: context.repo.repo,
183-
body: 'Welcome, new contributor!'
185+
body: `**Welcome**, new contributor!
186+
187+
Please make sure you're read our [contributing guide](CONTRIBUTING.md) and we look forward to reviewing your Pull request shortly ✨`
184188
})
185189
```
186190

0 commit comments

Comments
 (0)
0