Skip to content

Update Doc

Update Doc #54

Workflow file for this run

name: Update Doc
on:
workflow_dispatch:
schedule:
- cron: "0 0 1 * *"
jobs:
create_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Clone CPython Repo
run: git clone https://github.com/python/cpython venv/cpython
- name: Set Up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
run: pip install tqdm poutils -r venv/cpython/Doc/requirements.txt && sudo apt install gettext -y
- name: Run merge.py
run: python merge.py ${GITHUB_REF##*/}
- name: Commit changes
run: |
git config --local user.email "python.docs.tr@gmail.com"
git config --local user.name "python-docs-turkish"
git commit -m "Get changes from CPython Doc for ${{ github.ref_name }}"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7.0.1
with:
token: ${{ secrets.BOT_PAT }}
commit-message: Get changes from CPython Doc for ${{ github.ref_name }}
author: python-docs-turkish <python.docs.tr@gmail.com>
committer: python-docs-turkish <python.docs.tr@gmail.com>
branch: translation-update-${{ github.ref_name }}
delete-branch: true
title: Translation Update ${{ github.ref_name }}
body: There are some changes, don't forget to translate them!
labels: update
reviewers: |
egeakman
ardasak
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy