Skip to content

Add sphinx i18n

Add sphinx i18n #193

Workflow file for this run

name: "Label PRs"
on:
- pull_request_target
jobs:
label-pull-requests:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Apply labels based on changed files
uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yml"
dot: true