Skip to content

feat(starr): Update of the French Guide #2439

feat(starr): Update of the French Guide

feat(starr): Update of the French Guide #2439

Workflow file for this run

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