Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit37e8cb5

Browse files
committed
test
1 parentde11af8 commit37e8cb5

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

‎.github/workflows/msys.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,16 @@ jobs:
2323
run:|
2424
msgcat --version
2525
msgcat -o library/stdtypes.po library/stdtypes.po
26-
msgcat -o library/stdtypes.po library/stdtypes.po
27-
git diff library/stdtypes.po
26+
27+
-name:Create Pull Request
28+
uses:peter-evans/create-pull-request@v4.2.3
29+
with:
30+
token:${{ secrets.BOT_PAT }}
31+
commit-message:"Wrap all files on: ${{ github.ref_name }}"
32+
branch:${{ github.ref_name }}-wrapped
33+
delete-branch:true
34+
committer:python-docs-turkish <python.docs.tr@gmail.com>
35+
author:python-docs-turkish <python.docs.tr@gmail.com>
36+
title:"Wrap branch: ${{ github.ref_name }}"
37+
body:"Wrapped all files on branch: ${{ github.ref_name }}."
38+
labels:wrap

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp