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/b399592e4ac18f9087200569c9e00ad5a01fb6e3/.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@v4
|
|
with:
|
|
sync-labels: true
|