Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/src/commit/464a777722bc03411eded44a287f99121c7ffdb3/.github/workflows/labeler.yml You should set ROOT_URL correctly, otherwise the web may not work correctly.
Readarr/.github/workflows/labeler.yml

13 lines
210 B

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4