incubator-kie-kogito-examples
incubator-kie-kogito-examples copied to clipboard
add GITHUB_TOKEN to build-chain GHA wrokflows
Related PRs:
- https://github.com/kiegroup/kogito-runtimes/pull/1677
- https://github.com/kiegroup/kogito-examples/pull/954
- https://github.com/kiegroup/kogito-apps/pull/1078
Many thanks for submitting your Pull Request :heart:!
Please make sure that your PR meets the following requirements:
WARNING! Please make sure you are opening your PR against main
branch!
- [ ] You have read the contributors guide
- [ ] Pull Request title is properly formatted:
KOGITO-XYZ Subject
- [ ] Pull Request title contains the target branch if not targeting main:
[0.9.x] KOGITO-XYZ Subject
- [ ] Pull Request contains link to the JIRA issue
- [ ] Pull Request contains link to any dependent or related Pull Request
- [ ] Pull Request contains description of the issue
- [ ] Pull Request does not include fixes for issues other than the main ticket
How to retest this PR or trigger a specific build:
-
Pull Request
Please add comment: Jenkins retest this -
Quarkus LTS checks
Please add comment: Jenkins run LTS -
Native checks
Please add comment: Jenkins run native
The (build) kogito-examples check has failed. Please check the logs.
You need to target
main
branch and notstable
@danielezonca thanks! done!
The (build) kogito-examples check has failed. Please check the logs.
Definition file https://raw.githubusercontent.com/${GROUP}/kogito-pipelines/${BRANCH}/.ci/pull-request-config.yaml does not exist for any case
Is this variable valid?
Definition file https://raw.githubusercontent.com/${GROUP}/kogito-pipelines/${BRANCH}/.ci/pull-request-config.yaml does not exist for any case
Is this variable valid?
@ricardozanini it is... GROUP
, BRANCH
and PROJECT_NAME
are placeholders treated by build-chain see https://github.com/kiegroup/github-action-build-chain#input-fields
will try:
- source group and branch
- target group and source branch
- target group and branch
It will take the first existing one.
Closing as outdated