Skip to content

Commit cb699a7

Browse files
committed
FIX: What [ci skip]
1 parent 002d04f commit cb699a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autopush.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
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

0 commit comments

Comments
 (0)