Skip to content

Commit

Permalink
Modify title check comments
Browse files Browse the repository at this point in the history
  • Loading branch information
muachilin authored Apr 11, 2020
1 parent 4a2ee34 commit 191001e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ async function run() {
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: "❗ Please include the number of corresponding issue in the pull request title!\n πŸ’  For example: Pull request title (#123)\n"
body: "❗ Please include the number of corresponding issue in the pull request title!\n πŸ’  For example: Pull request title (#123)\n\n\n 🐷 This comment is auto-generated by pig-action\n"
})
return;
}
Expand Down
Binary file modified examples/title_remind.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async function run() {
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: "❗ Please include the number of corresponding issue in the pull request title!\n πŸ’  For example: Pull request title (#123)\n"
body: "❗ Please include the number of corresponding issue in the pull request title!\n πŸ’  For example: Pull request title (#123)\n\n\n 🐷 This comment is auto-generated by pig-action\n"
})
return;
}
Expand Down

0 comments on commit 191001e

Please sign in to comment.