Skip to content

Commit 5fd32f3

Browse files
committed
📝 Update doc and pull request body
1 parent 4ec81d0 commit 5fd32f3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ Incorporate new changes as they happen, not in 6 months.
5454

5555
Trusted by [![Repository Count](https://pull.git.ci/badge/managing?plain&style=flat)](https://probot.github.io/apps/pull/) repositories, triggered [![Triggered #](https://pull.git.ci/badge/triggered?plain&style=flat)](https://github.com/issues?q=author%3Aapp%2Fpull) times.
5656

57+
Want to support this open source service? [Please star it : )](https://github.com/wei/pull)
58+
59+
5760
## Features
5861

5962
- Ensure forks are updated.

lib/helper.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ exports.getPRTitle = (ref, upstream) =>
66
exports.getPRBody = (repoPath, prNumber) =>
77
(prNumber
88
? `See [Commits](/${repoPath}/pull/${prNumber}/commits) and [Changes](/${repoPath}/pull/${prNumber}/files) for more details.\n\n-----\nCreated by [<img src="https://prod.download/pull-18h-svg" valign="bottom"/> **pull[bot]**](https://github.com/wei/pull)`
9-
: `See Commits and Changes for more details.\n\n-----\nCreated by [<img src="https://prod.download/pull-18h-svg" valign="bottom"/> **pull[bot]**](https://github.com/wei/pull)`)
9+
: `See Commits and Changes for more details.\n\n-----\nCreated by [<img src="https://prod.download/pull-18h-svg" valign="bottom"/> **pull[bot]**](https://github.com/wei/pull)`) +
10+
`. Want to support this open source service? [Please star it : )](https://github.com/wei/pull)`

0 commit comments

Comments
 (0)