File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -29,21 +29,14 @@ jobs:
29
29
- name : Create Pull Request
30
30
uses : peter-evans/create-pull-request@v4.2.3
31
31
with :
32
- token : ${{ secrets.GITHUB_TOKEN }}
33
32
commit-message : Translation Update
34
- committer : python-docs-tr <python.docs.tr@gmail.com>
35
- author : ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
36
- signoff : true
37
33
branch : translation-update-${{ github.ref_name }}
38
34
delete-branch : true
39
35
title : Translation Update ${{ github.ref_name }}
40
36
body : |
41
- Update report
42
- - Updated with *today's* date
43
- - Auto-generated by [create-pull-request][1]
37
+ There are some changes, don't forget to translate them!
44
38
labels : |
45
- report
46
- automated pr
39
+ update
47
40
reviewers : |
48
41
egeakman
49
42
ardasak
You can’t perform that action at this time.
0 commit comments