Skip to content

Commit 6c681d6

Browse files
committed
more changes
1 parent ad6eded commit 6c681d6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/r_configure.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ jobs:
5656
run: ./R-package/recreate-configure.sh || exit 1
5757
- name: Push changes
5858
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"
6162
git add "./R-package/configure"
6263
git commit --allow-empty -m "Auto-update configure"
6364
git push

R-package/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1748,7 +1748,7 @@ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ex
17481748
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17491749

17501750

1751-
# LightGBM-specific flags
1751+
# LightGBM-specific flags (test change)
17521752
LGB_CPPFLAGS=""
17531753

17541754
#########

R-package/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ CXXFLAGS=`"${R_HOME}/bin/R" CMD config CXX17FLAGS`
2828
LDFLAGS=`"${R_HOME}/bin/R" CMD config LDFLAGS`
2929
AC_LANG(C++)
3030

31-
# LightGBM-specific flags (test change)
31+
# LightGBM-specific flags
3232
LGB_CPPFLAGS=""
3333

3434
#########

0 commit comments

Comments
 (0)