summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorZach White <skullydazed@gmail.com>2020-11-22 08:00:10 -0800
committerZach White <skullydazed@drpepper.org>2020-11-22 08:07:45 -0800
commitc731628946c71faa56491c89ed59f95ab8e60d97 (patch)
tree7abb7ae95c79482e8dd4114a6be7cea96ce6c9b4 /.github
parentca9edc5fe392d0349e77c26b745cbef2f85b160e (diff)
identify the qmk-bot
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/develop_update.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/develop_update.yml b/.github/workflows/develop_update.yml
index 635cf81e0c..285720fefe 100644
--- a/.github/workflows/develop_update.yml
+++ b/.github/workflows/develop_update.yml
@@ -31,5 +31,7 @@ jobs:
- name: Update develop from master
if: steps.check_locked.outputs.files_exists == 'false'
run: |
+ git config --global user.name "QMK Bot"
+ git config --global user.email "hello@qmk.fm"
git merge origin/master
git push origin develop