lburgazzoli opened a new pull request #1515:
URL: https://github.com/apache/camel-k/pull/1515
Fixes #1497
<!-- Description -->
<!--
Enter your extended release note in the below block. If the PR requires
additional action from users switching to the new release, include the string
"action required". If no release note is required, write "NONE".
You can (optionally) mark this PR with labels "kind/bug" or "kind/feature"
to make sure
the text is added to the right section of the release notes.
-->
**Release Note**
```release-note
It is now possible to run integrations from GitHub with a dedicated URL
syntax:
kamel run github:$user/$repo/$path?branch=$branche
As example, running the following command
kamel run github:apache/camel-k/examples/Sample.java
is equivalent to:
kamel run
https://raw.githubusercontent.com/apache/camel-k/master/examples/Sample.java
but does not require to type the full GitHub RAW URL.
Declaring the branch query param is not required and defaults to `master` if
not
explicit set.
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]