Skip to content

feat(french-guide): Update French guide informations #473

feat(french-guide): Update French guide informations

feat(french-guide): Update French guide informations #473

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