We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfaeec7 commit 5c9b070Copy full SHA for 5c9b070
1 file changed
.github/workflows/autopush.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
set -xeo pipefail
26
git config --global user.name "mne[bot]"
27
- git config --global user.email "mne-bot@noreply.github.com"
+ git config --global user.email "50266005+mne-bot@users.noreply.github.com"
28
COMMIT_MESSAGE=$(git show -s --format=%s)
29
# Detect dependabot and pre-commit.ci commit messages
30
# mne-bot PRs (SPEC0, credit) shouldn't need it since we commit with mne-bot user
0 commit comments