We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb644a8 commit b05da63Copy full SHA for b05da63
2 files changed
.github/workflows/auto-merge.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'pre-commit-ci[bot]' }}
14
steps:
15
- - name: Enable auto-merge for Dependabot PRs
+ - name: Enable auto-merge for bot PRs
16
run: |
17
gh pr review --approve "$PR_URL"
18
gh pr merge --auto --merge "$PR_URL"
muse2_data_analysis/muse2.py
@@ -26,7 +26,7 @@ def find_muse2() -> Path:
26
if not path:
27
raise RuntimeError(
28
"Could not find path to muse2. Either set the MUSE2_PATH environment "
29
- "variable or installing muse2 to your PATH (e.g. by running 'cargo "
+ "variable or install muse2 to your PATH (e.g. by running 'cargo "
30
"install muse2')"
31
)
32
0 commit comments