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

19 lines
286 B

name: Label Pull Requests
on:
push:
branches:
- master
pull_request_target:
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
sync-labels: true