Skip to content

Bump io.quarkus.platform:quarkus-camel-bom from 3.17.3 to 3.17.4 #65

Bump io.quarkus.platform:quarkus-camel-bom from 3.17.3 to 3.17.4

Bump io.quarkus.platform:quarkus-camel-bom from 3.17.3 to 3.17.4 #65

Workflow file for this run

name: Comment on PR
on:
pull_request_target:
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
- '*.md'
- '*.adoc'
- '*.txt'
- '.all-contributorsrc'
permissions:
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
comment:
name: Create PR comment
runs-on: ubuntu-latest
steps:
- name: (Re)create comment
uses: turing85/publish-report@v2
with:
github-token: ${{ github.token }}
comment-message-recreate: |
## 🚦Reports 🚦
Reports will be posted here as they get available.
comment-message-pr-number: ${{ github.event.number }}
recreate-comment: true