You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/maintainer/infrastructure.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,8 +222,7 @@ the bot now runs directly in `regro/cf-scripts`.
222
222
223
223
This web application powers several services, like:
224
224
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
227
226
- the `cf-staging` to `conda-forge` validation (plus copy)
228
227
- status monitoring
229
228
@@ -483,7 +482,7 @@ The `conda-forge/staged-recipes` repository uses several pieces of infrastructur
483
482
On pull requests:
484
483
485
484
- 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`.
487
486
- Auto-labeling logic, run by Github Actions workflows.
488
487
489
488
On pushes to `main`:
@@ -511,7 +510,7 @@ Pushes to `main` or other branches:
511
510
512
511
Automatic pull requests can be opened by...
513
512
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...`.
515
514
- `@regro-cf-autotick-bot`, handling migrations and new versions being available.
516
515
517
516
...and closed by:
@@ -521,12 +520,12 @@ Automatic pull requests can be opened by...
521
520
On an open pull request:
522
521
523
522
- 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`.
526
525
527
526
On issues:
528
527
529
-
- `@conda-forge-admin, please...`command issues, handled by `@conda-forge-linter`.
528
+
- `@conda-forge-admin, please...`command issues, handled by `@conda-forge-admin`.
530
529
531
530
### Package building {#package-building}
532
531
@@ -679,15 +678,15 @@ Most of them are associated with a feedstock, but there are a few special ones t
0 commit comments