8000 Regenerate all po files to bring up to date with cpython 3.14 (#612) · python/python-docs-el@f159f88 · GitHub
[go: up one dir, main page]

Skip to content

[3.14] Translate whatsnew/3.0.po #1937

[3.14] Translate whatsnew/3.0.po

[3.14] Translate whatsnew/3.0.po #1937

Workflow file for this run

name: "Issue Labeler"
on:
issues:
types: [opened, edited]
permissions:
issues: write
contents: read
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@c1b0f9f52a63158c4adc09425e858e87b32e9685 # v3.4
with:
configuration-path: .github/labeler.yaml
enable-versioned-regex: 0
include-title: 1
repo-token: ${{ secrets.GITHUB_TOKEN }}
0