Repository: camel Updated Branches: refs/heads/master 9307d0ce5 -> 47e392f78
CAMEL-10159: github endpoint to support creating issues - updated docs Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/47e392f7 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/47e392f7 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/47e392f7 Branch: refs/heads/master Commit: 47e392f78d7b1c2efcac902aa9fe99abdc42c9ec Parents: 9307d0c Author: Andrea Cosentino <[email protected]> Authored: Thu Jul 21 11:39:32 2016 +0200 Committer: Andrea Cosentino <[email protected]> Committed: Thu Jul 21 11:39:32 2016 +0200 ---------------------------------------------------------------------- components/camel-github/src/main/docs/github.adoc | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/47e392f7/components/camel-github/src/main/docs/github.adoc ---------------------------------------------------------------------- diff --git a/components/camel-github/src/main/docs/github.adoc b/components/camel-github/src/main/docs/github.adoc index 25c6075..c4d41ba 100644 --- a/components/camel-github/src/main/docs/github.adoc +++ b/components/camel-github/src/main/docs/github.adoc @@ -117,4 +117,6 @@ comment on the pull request diff. If left off, a general comment on the pull request discussion is assumed. |closePullRequest |none | - GitHubPullRequest (integer) (REQUIRED): Pull request number. + +|createIssue (From Camel 2.18) |String (issue body text) | - GitHubIssueTitle (String) (REQUIRED): Issue Title. |=======================================================================
