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/e4da66f1dadef86c90868d13b39aa7edcf96e4cd/.github/workflows/labeler.yml
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
name: Label Pull Requests
|
|
|
|
on: [pull_request_target, push]
|
|
|
|
jobs:
|
|
triage:
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/labeler@v5
|
|
with:
|
|
sync-labels: true
|