Skip to content

Commit d43b247

Browse files
authored
Switch to boring-cyborg bot (#1828)
* Switch to `boring-cyborg` bot * Linkcheck
1 parent 2ed4c7c commit d43b247

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docs/contributing/documentation/admins.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,9 @@ Only members of the Plone Documentation Team should update git submodules from t
274274
```
275275

276276

277-
## Welcome bot
277+
## `boring-cyborg` bot
278278

279-
[Welcome](https://github.com/apps/welcome) bot automatically makes comments in issues and pull requests when a person creates their first issue, pull request, or merged pull request.
279+
[`boring-cyborg`](https://probot.github.io/apps/boring-cyborg/) bot automatically makes comments in issues and pull requests when a person creates their first issue, pull request, or merged pull request.
280+
It also can automatically assign reviewers to pull requests, and has other add-ons.
280281
It is configured as a GitHub app.
281-
Its configuration file is located at {file}`.github/config.yml`.
282+
Its configuration file is located at {file}`.github/boring-cyborg.yml`.

docs/contributing/documentation/authors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ make vale VALEOPTS="--minAlertLevel='warning'" VALEFILES="docs/index.md"
121121

122122
The command `make vale` automatically installs Vale into your Python virtual environment—which is also created via any documentation `Makefile` commands—when you invoke it for the first time.
123123

124-
Vale has [integrations](https://vale.sh/docs/integrations/guide/) with various IDEs.
124+
Vale has [integrations](https://vale.sh/docs/) with various IDEs.
125125
Integration might require installing Vale using operating system's package manager.
126126

127-
- [JetBrains](https://vale.sh/docs/integrations/jetbrains/)
127+
- [JetBrains](https://plugins.jetbrains.com/plugin/19613-vale-cli/docs)
128128
- [Vim](https://github.com/dense-analysis/ale)
129-
- [VS Code](https://github.com/errata-ai/vale-vscode)
129+
- [VS Code](https://github.com/chrischinchilla/vale-vscode)
130130

131131
Plone configures Vale in three places:
132132

0 commit comments

Comments
 (0)