summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2025-10-03 23:56:12 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2025-10-03 23:56:35 -0700
commit9c9f3bb6e2f5844867bf2a9c2784be1d92d1b566 (patch)
tree5403384c6ece06c13b29596a8dd78d34dba62be4
parent4da1fa3ff48c2e8db50ef9e7980c22f5f80ab876 (diff)
Configure git user for notes-github-pr
-rw-r--r--.github/workflows/check_misc.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/check_misc.yml b/.github/workflows/check_misc.yml
index e2eee89435..b820b9ce4c 100644
--- a/.github/workflows/check_misc.yml
+++ b/.github/workflows/check_misc.yml
@@ -68,6 +68,9 @@ jobs:
GITHUB_OLD_SHA: ${{ github.event.before }}
GITHUB_NEW_SHA: ${{ github.event.after }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GIT_AUTHOR_NAME: git
+ GIT_COMMITTER_NAME: git
+ EMAIL: svn-admin@ruby-lang.org
if: ${{ github.repository == 'ruby/ruby' && github.ref == 'refs/heads/master' && github.event_name == 'push' }}
- name: Check if C-sources are US-ASCII