This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 60c0a75196 Upgrade Quarkus to 3.2.0.CR1 add 411cd10e8f Add GitHub Actions workflows to label issues and assign a milestone add 0aac72b97e Updated CHANGELOG.md add 0c1e690613 Bump wiremock from 3.0.0-beta-8 to 3.0.0-beta-9 new c39438dbc4 Upgrade Quarkus to 3.2.0.CR1 new c5fa870e49 Disable integration tests that use kubernetes-client due to #4957 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (60c0a75196) \ N -- N -- N refs/heads/quarkus-main (c5fa870e49) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../ISSUE_TEMPLATE/bug_report.yaml | 23 +-- .../ISSUE_TEMPLATE/config.yml | 20 +-- .../ISSUE_TEMPLATE/enhancement_request.yaml | 22 ++- .../ISSUE_TEMPLATE/task_housekeeping.yaml | 24 +-- .github/auto-label-configuration.yaml | 121 ++++++++++++++ .github/workflows/assign-issue-milestone.yaml | 143 ++++++++++++++++ .github/workflows/label-issue.yaml | 183 +++++++++++++++++++++ CHANGELOG.md | 2 + integration-tests/kubernetes/pom.xml | 2 + integration-tests/master-openshift/pom.xml | 2 + pom.xml | 2 +- 11 files changed, 496 insertions(+), 48 deletions(-) copy extensions-support/commons-logging/runtime/src/main/resources/META-INF/quarkus-extension.yaml => .github/ISSUE_TEMPLATE/bug_report.yaml (71%) copy extensions-support/commons-logging/runtime/src/main/resources/META-INF/quarkus-extension.yaml => .github/ISSUE_TEMPLATE/config.yml (70%) copy .asf.yaml => .github/ISSUE_TEMPLATE/enhancement_request.yaml (74%) copy .asf.yaml => .github/ISSUE_TEMPLATE/task_housekeeping.yaml (69%) create mode 100644 .github/auto-label-configuration.yaml create mode 100644 .github/workflows/assign-issue-milestone.yaml create mode 100644 .github/workflows/label-issue.yaml