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 b76f80e commit c5afc1dCopy full SHA for c5afc1d
.github/workflows/autopush.yml
@@ -24,7 +24,6 @@ jobs:
24
git config --global user.email "[email protected]"
25
COMMIT_MESSAGE=$(git show -s --format=%s)
26
# Detect dependabot and pre-commit.ci commit messages
27
- # mne-bot PRs (SPEC0, credit) shouldn't need it since we commit with mne-bot user
28
if [[ "$COMMIT_MESSAGE" == '[dependabot]'* ]] || [[ "$COMMIT_MESSAGE" == '[pre-commit.ci]'* ]] ; then
29
echo "Pushed commit to run CircleCI for: $COMMIT_MESSAGE" | tee -a $GITHUB_STEP_SUMMARY
30
git commit --allow-empty -m "mne[bot] Push commit to run CircleCI"
0 commit comments