Skip to content

Move report base path handling to OutputReport #4114

Move report base path handling to OutputReport

Move report base path handling to OutputReport #4114

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
label-pr:
if: github.event.sender != 'codecov' && github.repository == 'detekt/detekt'
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
with:
repo-token: "${{ secrets.DETEKT_CI_GITHUB_USER_TOKEN }}"