File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 24
24
git config --local user.name 'github-actions[bot]'
25
25
git config --local user.email 'github-actions[bot]@users.noreply.github.com'
26
26
git add --all
27
- git commit -m "chore(i18n): sync locale"
27
+ git commit -m "chore(i18n): sync locale on ${{github.ref_name}} "
28
28
29
29
- name : Create Pull Request
30
30
if : steps.commitback.outcome == 'success'
33
33
with :
34
34
delete-branch : true
35
35
body : " Automatically sync i18n translation jsons"
36
- title : " chore(i18n): sync locale"
37
- commit-message : " chore(i18n): sync locale"
36
+ title : " chore(i18n): sync locale on ${{github.ref_name}} "
37
+ commit-message : " chore(i18n): sync locale on ${{github.ref_name}} "
38
38
branch : genlocale-${{github.ref_name}}
39
39
branch-suffix : short-commit-hash
Original file line number Diff line number Diff line change 18
18
uses : superbrothers/close-pull-request@v3
19
19
with :
20
20
# Optional. Post a issue comment just before closing a pull request.
21
- comment : " Invalid PR to non-dev branch ${{ github.event.pull_request.base.ref }}."
21
+ comment : " Invalid PR to ` non-dev` branch ` ${{ github.event.pull_request.base.ref }}` ."
22
22
23
23
pull_format :
24
24
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 38
38
git config --local user.email "github-actions[bot]@users.noreply.github.com"
39
39
git config --local user.name "github-actions[bot]"
40
40
git add --all
41
- git commit -m "chore(format): run black"
41
+ git commit -m "chore(format): run black on ${{github.ref_name}} "
42
42
43
43
- name : Create Pull Request
44
44
if : steps.commitback.outcome == 'success'
47
47
with :
48
48
delete-branch : true
49
49
body : " Automatically apply code formatter change"
50
- title : " chore(format): run black"
51
- commit-message : " chore(format): run black"
50
+ title : " chore(format): run black on ${{github.ref_name}} "
51
+ commit-message : " chore(format): run black on ${{github.ref_name}} "
52
52
branch : formatter-${{github.ref_name}}
53
53
branch-suffix : short-commit-hash
You can’t perform that action at this time.
0 commit comments