Skip to content

Docs/qbittorrent qbitrr new 3rd party tool #453

Docs/qbittorrent qbitrr new 3rd party tool

Docs/qbittorrent qbitrr new 3rd party tool #453

Workflow file for this run

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