We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de11af8 commit 37e8cb5Copy full SHA for 37e8cb5
.github/workflows/msys.yaml
@@ -23,5 +23,16 @@ jobs:
23
run: |
24
msgcat --version
25
msgcat -o library/stdtypes.po library/stdtypes.po
26
- msgcat -o library/stdtypes.po library/stdtypes.po
27
- git diff library/stdtypes.po
+
+ - 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