Skip to content

Commit df80fcc

Browse files
committed
FIX: Fixes
1 parent 0969654 commit df80fcc

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.git-blame-ignore-revs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ e7dd1588013179013a50d3f6b8e8f9ae0a185783 # 12261, ruff format
1111
940ac9553ce42c15b4c16ecd013824ca3ea7244a # 12533, whitespace
1212
e39995d9be6fc831c7a4a59f09b7a7c0a41ae315 # 12588, percent formatting
1313
1c5b39ff1d99bbcb2fc0e0071a989b3f3845ff30 # 12603, ruff UP028
14-
b8b168088cb474f27833f5f9db9d60abe00dca83 # 12779, PR JSONs
14+
b8b168088cb474f27833f5f9db9d60abe00dca83 # 12779, PR JSONs
15+
ee64eba6f345e895e3d5e7d2804fa6aa2dac2e6d # 12781, Header unification

.github/workflows/credit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
3838
git config --global user.name "github-actions[bot]"
3939
git checkout -b credit
40-
git commit -am "MAINT: Update code credit"
40+
git commit -am "MAINT: Update code credit [ci skip]"
4141
git push origin credit
4242
PR_NUM=$(gh pr create --base main --head credit --title "MAINT: Update code credit" --body "Created by \"${{ github.workflow }}\" GitHub action." --label "no-changelog-entry-needed")
4343
echo "Opened https://github.com/mne-tools/mne-python/pulls/${PR_NUM}" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)