From 713550d56cbfbbdac3d2c27d2e88d89773f46f71 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 1 Apr 2020 15:15:42 -0400 Subject: [PATCH] ci: spelling: update to 0.0.13 and include advice (#5211) --- .github/actions/spell-check/advice.txt | 17 +++++++++++++++++ .github/workflows/spelling.yml | 2 +- ...ndline Arguments for the Windows Terminal.md | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 .github/actions/spell-check/advice.txt diff --git a/.github/actions/spell-check/advice.txt b/.github/actions/spell-check/advice.txt new file mode 100644 index 000000000..37cdd5120 --- /dev/null +++ b/.github/actions/spell-check/advice.txt @@ -0,0 +1,17 @@ +
+ +:pencil2: Contributor please read this + + +* If the items listed above are names, please add them to `.github/actions/spell-check/dictionary/names.txt`. +* If they're APIs, you can add them to a file in `.github/actions/spell-check/dictionary/`. +* If they're just things you're using, please add them to an appropriate file in `.github/actions/spell-check/whitelist/`. +* If you need to use a specific token in one place and it shouldn't generally be used, you can +add an item in an appropriate file in `.github/actions/spell-check/patterns/`. + +See the `README.md` in each directory for more information. +
+ +#### :warning: Reviewers +At present, the action that triggered this message will not show its :x: in this PR unless the branch is within this repository. +Thus, you **should** make sure that this comment has been addressed before encouraging the merge bot to merge this PR. diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 26ab0e547..ecc1b796b 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2.0.0 with: fetch-depth: 5 - - uses: check-spelling/check-spelling@0.0.12-alpha + - uses: check-spelling/check-spelling@0.0.13-alpha env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} bucket: .github/actions diff --git a/doc/specs/#607 - Commandline Arguments for the Windows Terminal.md b/doc/specs/#607 - Commandline Arguments for the Windows Terminal.md index 24af8e663..5659e1d2f 100644 --- a/doc/specs/#607 - Commandline Arguments for the Windows Terminal.md +++ b/doc/specs/#607 - Commandline Arguments for the Windows Terminal.md @@ -507,7 +507,7 @@ runtimeclass TerminalParameters { * [ ] Add a `ShortcutAction` for `FocusPane`, which accepts a single parameter `index`. - We'll need to track each `Pane`'s ID as `Pane`s are created, so that we can - quickly switch to the i'th `Pane`. + quickly switch to the nth `Pane`. - This is in order to support the `-t,--target` parameter of `split-pane`. ## Capabilities