Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b82abb9

Browse filesBrowse 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
Copy full SHA for b82abb9

File tree

1 file changed

+5
-1
lines changed
Filter options

1 file changed

+5
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+5-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.