File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 56
56
run : ./R-package/recreate-configure.sh || exit 1
57
57
- name : Push changes
58
58
run : |
59
- git config --global user.name "GitHub Actions Bot"
60
- git config --global user.email "[email protected] "
59
+ # source for this user and email: https://github.com/orgs/community/discussions/160496
60
+ git config --global user.name "github-actions[bot]"
61
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
61
62
git add "./R-package/configure"
62
63
git commit --allow-empty -m "Auto-update configure"
63
64
git push
Original file line number Diff line number Diff line change @@ -1748,7 +1748,7 @@ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ex
1748
1748
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
1749
1749
1750
1750
1751
- # LightGBM-specific flags
1751
+ # LightGBM-specific flags (test change)
1752
1752
LGB_CPPFLAGS=" "
1753
1753
1754
1754
# ########
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ CXXFLAGS=`"${R_HOME}/bin/R" CMD config CXX17FLAGS`
28
28
LDFLAGS=`"${R_HOME}/bin/R" CMD config LDFLAGS`
29
29
AC_LANG ( C++ )
30
30
31
- # LightGBM-specific flags (test change)
31
+ # LightGBM-specific flags
32
32
LGB_CPPFLAGS=""
33
33
34
34
# ########
You can’t perform that action at this time.
0 commit comments