-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into add_tfr_weights
- Loading branch information
Showing
126 changed files
with
1,641 additions
and
306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Bot auto-merge | ||
on: pull_request # yamllint disable-line rule:truthy | ||
|
||
jobs: | ||
autobot: | ||
permissions: | ||
contents: write | ||
pull-requests: write | ||
runs-on: ubuntu-latest | ||
# Names can be found with gh api /repos/mne-tools/mne-python/pulls/12998 -q .user.login for example | ||
if: (github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'pre-commit-ci[bot]' || github.event.pull_request.user.login == 'github-actions[bot]') && github.repository == 'mne-tools/mne-python' | ||
steps: | ||
- name: Enable auto-merge for bot PRs | ||
run: gh pr merge --auto --squash "$PR_URL" | ||
env: | ||
PR_URL: ${{github.event.pull_request.html_url}} | ||
GH_TOKEN: ${{secrets.GITHUB_TOKEN}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ Adam Li <[email protected]> Adam Li <[email protected]> | |
Adam Li <[email protected]> Adam Li <[email protected]> | ||
Alan Leggitt <[email protected]> leggitta <[email protected]> | ||
Alessandro Tonin <[email protected]> Lychfindel <[email protected]> | ||
Alex Lepauvre <[email protected]> Alex lepauvre <[email protected]> | ||
Alex Rockhill <[email protected]> Alex <[email protected]> | ||
Alex Rockhill <[email protected]> Alex <[email protected]> | ||
Alex Rockhill <[email protected]> Alex Rockhill <[email protected]> | ||
|
@@ -356,4 +357,4 @@ Yousra Bekhti <[email protected]> Yousra BEKHTI <[email protected]> | |
Yousra Bekhti <[email protected]> yousrabk <[email protected]> | ||
Zhi Zhang <[email protected]> ZHANG Zhi <[email protected]> | ||
Zhi Zhang <[email protected]> ZHANG Zhi <[email protected]> | ||
Ziyi ZENG <[email protected]> | ||
Ziyi ZENG <[email protected]> ZIYI ZENG <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.