We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa4b80 commit 9bec485Copy full SHA for 9bec485
docs/maintainer/infrastructure.md
@@ -490,17 +490,14 @@ On pull requests:
490
- The linter is provided by `conda-smithy recipe-lint`, run by `@conda-forge-admin`.
491
- Auto-labeling logic, run by Github Actions workflows.
492
493
-On pushes to `main`:
494
-
495
-- Create and initialize the new feedstocks.
496
497
Authenticated services involved:
498
499
- Github, with permissions for:
500
- - Repository creation
+ - PR labeling
501
- Azure Pipelines
502
-- Travis CI
503
-- Other CI providers?
+
+The conversion of new recipes in `staged-recipes` to their respective feedstocks
+happens in a cron job run by `admin-requests`. For more details see [admin-requests](#admin-requests).
504
505
### Feedstock changes
506
0 commit comments