Skip to content

Commit 14f2972

Browse files
committed
Replace conda-forge-linter with conda-forge-admin
1 parent 1832a9e commit 14f2972

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

docs/maintainer/infrastructure.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,7 @@ the bot now runs directly in `regro/cf-scripts`.
222222

223223
This web application powers several services, like:
224224

225-
- the `@conda-forge-admin, please ...` commands
226-
- the `@conda-forge-linter` bot
225+
- the `@conda-forge-admin` bot and its `@conda-forge-admin, please ...` commands
227226
- the `cf-staging` to `conda-forge` validation (plus copy)
228227
- status monitoring
229228

@@ -483,7 +482,7 @@ The `conda-forge/staged-recipes` repository uses several pieces of infrastructur
483482
On pull requests:
484483

485484
- Package building pipelines. These are slightly different than the ones running in feedstocks (they are not automatically generated by `conda-smithy`, but they do use the same underlying components).
486-
- The linter is provided by `conda-smithy recipe-lint`, run by `@conda-forge-linter`.
485+
- The linter is provided by `conda-smithy recipe-lint`, run by `@conda-forge-admin`.
487486
- Auto-labeling logic, run by Github Actions workflows.
488487

489488
On pushes to `main`:
@@ -511,7 +510,7 @@ Pushes to `main` or other branches:
511510

512511
Automatic pull requests can be opened by...
513512

514-
- `@conda-forge-linter`, responding to some issues with titles like `@conda-forge-admin, please...`.
513+
- `@conda-forge-admin`, responding to some issues with titles like `@conda-forge-admin, please...`.
515514
- `@regro-cf-autotick-bot`, handling migrations and new versions being available.
516515

517516
...and closed by:
@@ -521,12 +520,12 @@ Automatic pull requests can be opened by...
521520
On an open pull request:
522521

523522
- The building pipelines (more [below](#package-building)).
524-
- The linter is provided by `conda-smithy recipe-lint`, run by `@conda-forge-linter`.
525-
- The `@conda-forge-admin, please...` command comments, answered by `@conda-forge-linter`.
523+
- The linter is provided by `conda-smithy recipe-lint`, run by `@conda-forge-admin`.
524+
- The `@conda-forge-admin, please...` command comments, answered by `@conda-forge-admin`.
526525

527526
On issues:
528527

529-
- `@conda-forge-admin, please...` command issues, handled by `@conda-forge-linter`.
528+
- `@conda-forge-admin, please...` command issues, handled by `@conda-forge-admin`.
530529

531530
### Package building {#package-building}
532531

@@ -679,15 +678,15 @@ Most of them are associated with a feedstock, but there are a few special ones t
679678

680679
- [`conda-forge-admin`](https://github.com/conda-forge-admin)
681680
- [`conda-forge-daemon`](https://github.com/conda-forge-daemon)
682-
- [`conda-forge-linter`](https://github.com/conda-forge-linter)
683681
- [`regro-cf-autotick-bot`](https://github.com/regro-cf-autotick-bot)
684682

685683
:::info
686684
These accounts exist but are not in active usage anymore:
687685

688-
- [`conda-forge-drone-ci`](https://github.com/conda-forge-drone-ci)
689686
- [`conda-forge-bot`](https://github.com/conda-forge-bot)
690687
- [`conda-forge-coordinator`](https://github.com/conda-forge-coordinator)
688+
- [`conda-forge-drone-ci`](https://github.com/conda-forge-drone-ci)
689+
- [`conda-forge-linter`](https://github.com/conda-forge-linter)
691690
- [`conda-forge-manager`](https://github.com/conda-forge-manager)
692691
- [`conda-forge-status`](https://github.com/conda-forge-status)
693692

0 commit comments

Comments
 (0)