Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add allow list for feedstock autoreg #1074

Merged
merged 1 commit into from
Sep 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .feedstock_outputs_autoreg_allowlist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file contains a mapping of feedstocks to glob patterns. If any new
# output for the feedstock matches the glob pattern, the admin webservices
# bot will automatically add the output for the feedstock. This feature is
# useful for feedstocks like `llvmdev` whose output names change in defined
# ways over time (e.g., `libllvm18`, `libllvm19`, etc.). The glob patterns
# are interpreted by Python's `fnmatch` module.
llvmdev:
- libllvm*
- llvm-tools-*
- libllvm-c*
atkmm:
- atkmm-*