Skip to content

Commit 37e8cb5

Browse files
committed
test
1 parent de11af8 commit 37e8cb5

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/workflows/msys.yaml

+13-2
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)