File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 34
34
- name : Create Pull Request
35
35
uses : peter-evans/create-pull-request@v4.2.3
36
36
with :
37
+ token : ${{ secrets.BOT_PAT }}
37
38
commit-message : Get changes from CPython Doc for ${{ github.ref_name }}
38
- author : github-actions[bot] <github-actions[bot]@users.noreply.github .com>
39
- committer : github-actions[bot] <github-actions[bot]@users.noreply.github .com>
39
+ author : python-docs-turkish <python.docs.tr@gmail .com>
40
+ committer : python-docs-turkish <python.docs.tr@gmail .com>
40
41
branch : translation-update-${{ github.ref_name }}
41
42
delete-branch : true
42
43
title : Translation Update ${{ github.ref_name }}
Original file line number Diff line number Diff line change @@ -33,11 +33,12 @@ jobs:
33
33
- name : Create Pull Request
34
34
uses : peter-evans/create-pull-request@v4.2.3
35
35
with :
36
+ token : ${{ secrets.BOT_PAT }}
36
37
commit-message : ' Wrap all files on: ${{ github.ref_name }}'
37
38
branch : ${{ github.ref_name }}-wrapped
38
39
delete-branch : true
39
- committer : github-actions[bot] <github-actions[bot]@users.noreply.github .com>
40
- author : github-actions[bot] <github-actions[bot]@users.noreply.github .com>
40
+ committer : python-docs-turkish <python.docs.tr@gmail .com>
41
+ author : python-docs-turkish <python.docs.tr@gmail .com>
41
42
title : ' Wrap branch: ${{ github.ref_name }}'
42
43
body : ' Wrapped all files on branch: ${{ github.ref_name }}.'
43
44
labels : wrap
You can’t perform that action at this time.
0 commit comments