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

21 lines
403 B

name: Label Conflicts
on:
push:
branches:
- master
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