Skip to content

Commit b05da63

Browse files
alexdewarCopilot
andauthored
Apply Copilot fixes for wording
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent cb644a8 commit b05da63

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'pre-commit-ci[bot]' }}
1414
steps:
15-
- name: Enable auto-merge for Dependabot PRs
15+
- name: Enable auto-merge for bot PRs
1616
run: |
1717
gh pr review --approve "$PR_URL"
1818
gh pr merge --auto --merge "$PR_URL"

muse2_data_analysis/muse2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def find_muse2() -> Path:
2626
if not path:
2727
raise RuntimeError(
2828
"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 "
29+
"variable or install muse2 to your PATH (e.g. by running 'cargo "
3030
"install muse2')"
3131
)
3232

0 commit comments

Comments
 (0)