File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323 git config --global user.name "mne[bot]"
2424 git config --global user.email "[email protected] " 2525 COMMIT_MESSAGE=$(git show -s --format=%s)
26- # Detect dependabot and pre-commit.ci commit messages
27- if [[ "$COMMIT_MESSAGE" == '[dependabot]'* ]] || [[ "$COMMIT_MESSAGE" == '[pre-commit.ci]'* ]] ; then
26+ # Detect dependabot, pre-commit.ci, and lumberbot commit messages
27+ if [[ "$COMMIT_MESSAGE" == '[dependabot]'* ]] || [[ "$COMMIT_MESSAGE" == '[pre-commit.ci]'* ]] || [[ "$COMMIT_MESSAGE" == 'Backport PR mne-tools'* ]] ; then
2828 echo "Pushed commit to run CircleCI for: $COMMIT_MESSAGE" | tee -a $GITHUB_STEP_SUMMARY
2929 git commit --allow-empty -m "mne[bot] Push commit to run CircleCI"
3030 git push
You can’t perform that action at this time.
0 commit comments