Skip to content

CI reporting

CI reporting #1083

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
# Copyright Red Hat Inc. and Hibernate Authors
name: CI reporting
on:
workflow_run:
workflows: [ "GH Actions CI" ]
types: [ completed ]
permissions: { }
jobs:
report:
uses: hibernate/.github/.github/workflows/ci-reporting.yml@main
permissions:
actions: read
contents: read
pull-requests: write
secrets: inherit