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/692ad2ccae6835eb07f046331da2119814682a91/.github/workflows/conflicts.yml You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/.github/workflows/conflicts.yml

17 lines
371 B

name: Label Conflicts
on: [push, pull_request]
jobs:
triage:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: mschilde/auto-label-merge-conflicts@master
with:
CONFLICT_LABEL_NAME: "Status: Conflicted"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAX_RETRIES: 5
WAIT_MS: 5000