Skip to content

french translation

french translation #11

Workflow file for this run

name: 'Close Pull-Requests'
on:
pull_request_target:
types: opened
jobs:
lockdown:
runs-on: ubuntu-latest
steps:
- uses: dessant/repo-lockdown@v2
with:
github-token: ${{ github.token }}
process-only: 'prs'
pr-comment: >
This repository does not accept pull requests,
see the README for details.
skip-closed-pr-comment: true